Simple no-database chat app for Render.
- Users enter a display name when they open the app.
- Messages are broadcast live to everyone currently on the page.
- Messages are not stored anywhere.
- Refreshing, leaving, or opening a new tab starts with an empty chat.
- Upload this project to a GitHub repository.
- Create a new Render Web Service.
- Connect the repository.
- Use these settings:
- Runtime: Node
- Build command:
npm install - Start command:
npm start
Render will provide the public URL after deployment.