Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 930 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 930 Bytes

Instant Messaging Server

A WebSocket based server for instant messaging application using Node.js and Socket.IO.

Getting Started

  1. Fork this repository from GitHub and clone your fork.
$ git clone https://github.com/YOUR-USERNAME/Instant-Messaging-Server.git
  1. Change your directory to the one containing the source code.
$ cd Instant-Messaging-Server
  1. Download and install the Heroku CLI.
  2. Log in to your Heroku account.
$ heroku login
  1. Create and deploy the app to Heroku.
$ heroku create
$ git push heroku main
$ heroku open

How to contribute?

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.

License

This work is licensed under the GPL-3.0 License.