Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anonystick/express-socketio-chatroom
- Owner: anonystick
- Created: 2021-06-23T06:34:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T09:27:29.000Z (over 3 years ago)
- Last Synced: 2024-11-14T12:28:49.431Z (2 months ago)
- Topics: express, expressjs, nodejs, socket-io
- Language: EJS
- Homepage: https://express-socketio-room.herokuapp.com/
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)