Skip to content

JudgedSauce7/node-tcp-udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCP vs UDP

The main difference being TCP creates a server whereas UDP only creates a socket on which it listens for connections.
This means that the client connection would be lost, if the TCP server goes down, but not in the case of UDP.

Check out the files for connection details.

About

A simple TCP vs UDP comparison using Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published