https://github.com/rexlow/simple-chat-app-socket-io
A simple chat app with SocketIO & NodeJS
https://github.com/rexlow/simple-chat-app-socket-io
Last synced: 5 months ago
JSON representation
A simple chat app with SocketIO & NodeJS
- Host: GitHub
- URL: https://github.com/rexlow/simple-chat-app-socket-io
- Owner: rexlow
- Created: 2016-07-31T08:42:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T08:47:13.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T11:24:54.200Z (over 1 year ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Chat App with SocketIO & NodeJS
A simple browser chat app with Socket IO & NodeJS
## Installation
```sh
npm install
```
After the installation, open terminal and type
```sh
node server.js
```
Open your browser and type
```sh
localhost:3000
```
Enjoy!