One of the most simplistic multi-person chats. This chat uses a JavaScript frontend and a Node.js backend. (NOTE: This chat is currently in BETA testing. Expect bugs!)
- Create a new codespace on main.
- Run
node server.jsand click Make Public on the popup. - Navigate to the Ports tab, right click the link, and click Open in Browser to launch the chat.
Warning
When using Koyeb, it will not autofill the build & deploy commands. Set the build command to npm install and the deploy command to node server.js.
Note
Bug reports may not be responded to immediately. Don't be worried if yours isn't responded to the same day.