A group chat application written in Node and SocketIO.
See it live here.
To develop a robust chat application, that is able to act as a stand alone application and/or be embeded inside of a existing application.
- StandAlone Chat website
- Customer Support Chat
- Live Open Chat on a website
- Private chat space on your website managed by you instead of thirdParty like Slack or Skype.
- Publish on NPM.
To start the app you need to have both the server and the react app running.
The server is available here https://github.com/OTRChat/server. Inside the server folder run the following commands.
# Install the dependencies
npm install
# Run the server
npm start
Inside the react app folder run the following commands.
# Install the dependencies
npm install
# Run the react app
npm start
The app is deployed with Heroku and configured to auto deploy the develop and master branch Development: https://joshghent-nodechat-staging.herokuapp.com/ Master: https://chat.joshghent.com/
Server development: https://joshghent-nodechat-server.herokuapp.com/ Server master: https://joshghent-nodechat-server.herokuapp.com/
If environment variables need updating as part of an update, then please ask one of the maintainers
This project is open to anyone. Please read our CONTRIBUTING.md for more information.