Skip to content

mrwaks/TCP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRESENTATION

This repo is a playground test of TCP Server.

The TCP protocol is part of the 4th layer of the OSI model (Open Systems Interconnection model), called the "Transport" layer. It is a connection-oriented, reliable protocol that guarantees the transmission of data with acknowledgment of each segment of data delivered to the destination application.


MANUAL

Throw the TCP Server from the path root:

npm start

Then, to post an user in the dummy database, run:

./.bin/postUser.js [OPTIONS] <DATA>

Options:

  • --name | -n -> user name (must be of type string).
  • --age | -a -> user age (must be of type number).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published