Y
Hacker News
new
|
ask
|
show
|
jobs
by
skimdesk
1152 days ago
I built a small websocket server [0] that helps me write simple multiplayer backends. It spawns a process for the first client in a room, and routes subsequent clients to the same process.
[0]:
https://scalesocket.org