Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 563 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 563 Bytes

UDP-TCP-Nodejs

Here are the codes of communication between processes being client and server udp and tcp, and p2p.

Getting code

# Clone this repository
$ git clone https://github.com/Josehpequeno/UDP-TCP-Nodejs.git

# Access the project folder in the cmd / terminal
$ cd UDP-TCP-Nodejs

# Install the dependencies
$ npm install

Scripts

#UDP server
$ npm run udpserver

#UDP client
$ npm run udpclient

#TCP server
$ npm run tcpserver

#TCP client
$ npm run tcpclient

# MulticastPeer (P2P)
$ npm run p2p