A WebSocket based server for instant messaging application using Node.js and Socket.IO.
- Fork this repository from GitHub and clone your fork.
$ git clone https://github.com/YOUR-USERNAME/Instant-Messaging-Server.git
- Change your directory to the one containing the source code.
$ cd Instant-Messaging-Server
- Download and install the Heroku CLI.
- Log in to your Heroku account.
$ heroku login
- Create and deploy the app to Heroku.
$ heroku create
$ git push heroku main
$ heroku open
Feel free to fork this repository, test it locally and then report any bugs you find in the issue tracker or even submit a pull request.
This work is licensed under the GPL-3.0 License.