Skip to content

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

License

Notifications You must be signed in to change notification settings

divyanshvinayak/Instant-Messaging-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published