Manual multi-server client/instance management. If nothing else helped.
npm install wse-ccwse before you start.
- Main process with known host/port. used as registry of existing users.
* demon - Service process. It always running on some server. Usually only responsive for starting child processes - cores.
* core - Child process. It can be chat room, level, or game session. When core started – it also starting with websocket server on port, that automatically selected by demon before. And demon also report about this host/port to master. So, master know how user can connect to each core. Demon start cores, when master ask for it.
$3
There is a simple example inside /example folder. But there is no client` example yet. There is an example + vue template but it's might be outdated.