Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
/ ws-waiting-room Public archive

[WIP] Easily implement a waiting rooms system using WebSockets πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Useful for multiplayer games or instant group chat messaging! πŸ‘¨πŸΌβ€πŸ”§

License

Notifications You must be signed in to change notification settings

rigwild/ws-waiting-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ws-waiting-room

Easily implement a waiting rooms system using WebSockets πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Useful for multiplayer games or instant group chat messaging! πŸ‘¨πŸΌβ€πŸ”§

A WebSocket-enabled waiting room system. Create rooms, join it and do whatever you want!

https://github.com/websockets/ws/blob/HEAD/doc/ws.md#new-websocketserveroptions-callback

emitter.on('event', () => { console.log('an event occurred!') })

const customLogger = winston.createLogger({ level: 'info', format: format.combine( format.timestamp({ format: 'YYYY-MM-DD HH:mm:ss' }), format.errors({ stack: true }), format.json(), format.splat() ), defaultMeta: { service: 'ws-waiting-room' }, transports: [new winston.transports.Console()] })

About

[WIP] Easily implement a waiting rooms system using WebSockets πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Useful for multiplayer games or instant group chat messaging! πŸ‘¨πŸΌβ€πŸ”§

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published