Lightweight web chat application served by Node.js with a WebSocket backend.
- Node.js (v16+ recommended)
npm installStart the server with the npm start script:
npm start
# or
node server.jsThen open the app in your browser at http://localhost:3000 (or the port configured in server.js).
server.js— Node.js server and WebSocket handlingpublic/— static frontend assets (HTML, CSS, JS)
See the LICENSE file in the project root.