1.0.1 • Published 7 years ago

eni-chat v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

eni-chat


An anonymous peer-to-peer chat platform written in Node.js using socket.io .

Heroku app : https://eni-chat.herokuapp.com

Running Locally

Make sure you have Node.js installed.

$ git clone https://github.com/enigmaeth/eni-chat.git # or clone your own fork
$ cd eni-chat
$ npm install
$ npm start

Your app should now be running on localhost:3000.

Download, Build, Run

Deploy

How do I deploy eni-chat with Heroku?

You can easily deploy to Heroku by clicking the Deploy to Heroku button above.

This application supports the Getting Started with Node on Heroku article .

To deploy using Heroku Toolbelt, clone the repository and change directory into it.

$ git clone https://github.com/enigmaeth/eni-chat.git 
$ cd eni-chat
$ heroku create
$ git push heroku master
$ heroku ps:scale web=1
$ heroku open

How do I install eni-chat with Docker?

To pull the Docker image :

$ docker pull enigmaeth/eni-chat

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: