#Chatroom sample application chat server
- Version: 1.0
Installation instructions:
-
install node dependencies: npm install
-
optionally override any default configuration settings (like server port and redis connection): copy config.js to the folder for your server's environment in the config directory (default environment is "development") and override any settings in there
-
start the server: npm start