Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anonystick/express-socketio-chatroom

Build project using express, socket.io and deploy on Heroku
https://github.com/anonystick/express-socketio-chatroom

express expressjs nodejs socket-io

Last synced: about 18 hours ago
JSON representation

Build project using express, socket.io and deploy on Heroku

Awesome Lists containing this project

README

        

# express-socketio-chatroom

Build project using express, socket.io and deploy on Heroku

## Documentation

For more information about using this project

[anonystick.com](https://anonystick.com)

## Running Locally

```js
$ git clone https://github.com/anonystick/express-socketio-chatroom.git
$ cd express-socketio-chatroom
$ npm install
$ DEBUG=express-socketio-chatroom:* npm start
or
$ node bin/www
```

Your app should now be running on [localhost:3000](http://localhost:3000/).

## Deploying to Heroku

```
$ heroku create your-name-project
$ git push heroku main
$ heroku open
```
or

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Project on Heroku
[![Project on Heroku](https://res.cloudinary.com/anonystick/image/upload/v1624440101/javascript/express-socketio-heroku.jpg)](https://express-socketio-room.herokuapp.com/)