An open API service indexing awesome lists of open source software.

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

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
```