awaken-chat
A simple Node.JS chat server with some user management and games.
Requirements
- node.js installed
- MySQL installed
- git installed (optional but recommended)
- forever installed (optional highly recommended)
Local Installation
- Create a database called nodejs_chat
- Add tables by executing the sql files inside /sql/
- Rename default conf/settings.public to conf/settings.json
To run with Forever:
forever start server.js
For local testing use:
nodejs server
To run without Forever:
nohup nodejs server
For local testing use:
nodejs server
Developing
Contact or E-Mail Frogger at http://awakens.me / Admin@awakens.me to become a developer