#WARNING, THIS SOFTWARE IS DEPRECATED. PLEASE SEE https://github.com/LandonPowell/SeaFour INSTEAD.
A simple Node.JS chat server with some user management and games.
- node.js
- MySQL
- git
- forever
- Create a database called nodejs_chat
- Add tables by executing /sql/nodejs_chat.sql
- Rename default conf/settings.public to conf/settings.json
To run with Forever:
forever start server.js
To run without Forever:
nohup nodejs server
For local testing use:
nodejs server
Contact or E-Mail Landon at landonjpowell@airmail.cc to gain development privs or make a pull request directly through git or github.