Home - PaulB-H/simple_sockets GitHub Wiki
Simple Sockets Wiki
Present
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
Future
See a list of rooms, if they require password, button to join on click Option to create room "unlisted"
Past
Single page, single room, all logic within server file