https://github.com/0xHericles/NetPickle
https://github.com/0xHericles/NetPickle
chat javascript nodejs socket socketio socketio-chat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xHericles/NetPickle
- Owner: 0xHericles
- Created: 2018-10-09T18:22:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T14:07:36.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T18:23:01.927Z (about 1 month 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
```