https://github.com/lintangwisesa/express_websocket_socketio
Simple chat app 💬 using Express.js & Socket.io
https://github.com/lintangwisesa/express_websocket_socketio
chat expressjs socket-io
Last synced: 3 days ago
JSON representation
Simple chat app 💬 using Express.js & Socket.io
- Host: GitHub
- URL: https://github.com/lintangwisesa/express_websocket_socketio
- Owner: LintangWisesa
- Created: 2019-03-26T06:04:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:16:10.000Z (over 3 years ago)
- Last Synced: 2025-08-29T18:41:16.071Z (10 months ago)
- Topics: chat, expressjs, socket-io
- Language: HTML
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Simple chat app (Express.js & Socket.io)
1. Clone this repo then install Express.js & socket.io package.
```bash
$ git clone https://github.com/LintangWisesa/Express_WebSocket_SocketIO.git
$ cd Express_WebSocket_SocketIO
$ npm i express socket.io
```
2. Run this project, I prefer use Nodemon.
```bash
$ npm i -g nodemon
$ nodemon app
```
3. It will run on your local server port 1234. Open it on your browser & have fun!

#### Lintang Wisesa :love_letter: _lintangwisesa@ymail.com_
[Facebook](https://www.facebook.com/lintangbagus) |
[Twitter](https://twitter.com/Lintang_Wisesa) |
[Google+](https://plus.google.com/u/0/+LintangWisesa1) |
[Youtube](https://www.youtube.com/user/lintangbagus) |
:octocat: [GitHub](https://github.com/LintangWisesa) |
[Hackster](https://www.hackster.io/lintangwisesa)