Skip to content

monuelo/NetPickle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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