-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Paul Bernard-Hall edited this page Mar 6, 2021
·
4 revisions
Simple Sockets Wiki
Set a username This will be freed up when you disconnect
Create or join a room, with or without a password
Chat!
Chat text is not stored server side
Rooms with 0 users are deleted
Logic is split into handlers inside the socket_logic dir
While passwords are not stored to any actual DB (just on the server side var for them) they are still hashed and salted with bcrypt
See a list of rooms, if they require password, button to join on click Option to create room "unlisted"
Single page, single room, all logic within server file