Pole Chat is a simple chat application built on Node JS with Express and Socket.io
The API runs at- https://pole-chat.herokuapp.com/
The frontend interface runs at- https://polechat.tk/
Incase you want to run it on your machine-
- Download this repository
- Navigate to the
frontendfolder, and, again, runnpm install - Navigate to the
apifolder, and runnpm install - To run the application-
- Navigate to the
apifolder, and runnpm start - Open the
index.htmlfile, located in thefrontend/publicdirectory, in your browser
- Navigate to the
- To make any changes to the frontend-
- Navigate to the
frontendfolder, and rungulp - Make any changes to the files in the
srcdirectory
- Navigate to the
- To make any changes to the api, simply edit the files
- Convert it into a progressive web app
- Add private messaging
- Add private chat rooms
- Add user registration?
- Add message database?
Copyright (c) 2016 Pratinav Bagla
This content is released under The MIT License.