https://github.com/0xhericles/netpickle
https://github.com/0xhericles/netpickle
chat javascript nodejs socket socketio socketio-chat
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xhericles/netpickle
- Owner: 0xHericles
- Created: 2018-10-09T18:22:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T14:07:36.000Z (about 6 years ago)
- Last Synced: 2025-09-20T02:57:04.268Z (9 months ago)
- Topics: chat, javascript, nodejs, socket, socketio, socketio-chat
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NetPickle
A simply text-based chat application based on socket.io
### Applications
Before running the applications, install the dependencies:
```
npm install
```
#### Server
```bash
node server.js -p
```
#### Client
```bash
node client.js -u
# URL sample: ws://localhost:8080
```