Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

FroggMaster/awakens

Repository files navigation

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

  1. Create a database called nodejs_chat
  2. Add tables by executing the sql files inside /sql/
  3. 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 / [email protected] to become a developer