##Beta release
A node.js build chat server that is simple to deploy and supports usernames and commands.
- Clone or download this repo
- Run
npm install
- Run
./startup
- Easy additon of banned words or new commands
- Removal of certain words specified in an array
- Chat commands:
- /clear
- /shout
- /panda
- Save a log of the chat
- Provide usage instuctions
- Refactor codebase
- Make frontend look nicer