Node.js Chat
- Shows IP Address from Clients
- Save Name and Settings in a Cookie
- Light and Dark Theme
- Customizable Notifications if there are new Messages
- Quote of the Day
- Commands (/who, /bold and /quote)
- Easy to use
Install:
- Install Node.js and npm.
- Type npm install.
Run:
- Type node server.js
Based on https://github.com/nodecode/Node.js-Chat respectively http://nodecode.de/chat-nodejs-websocket.