Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 302 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 302 Bytes

NetPickle

A simply text-based chat application based on socket.io

Applications

Before running the applications, install the dependencies:

npm install

Server

node server.js -p <port>

Client

node client.js -u <url>
# URL sample: ws://localhost:8080