Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 817 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 817 Bytes

Echo server with NodeJS

TCP and UDP implementations are provided.
The TCP implementation uses NodeJS's net module, whereas UDP implementation uses dgram module.
Clone or download this repo, then execute 'client.js' and 'server.js' in separate terminals. Send messages from client and get echo responses from server.


Servidor echo con NodeJS

Se proveen implementaciones sobre TCP y sobre UDP.
La implementacion sobre TCP utiliza el modulo net de NodeJS, mientras que la implementacion UDP utiliza el modulo dgram.
Clona o descarga este repositorio, luego ejecuta los archivos 'client.js' y 'server.js' en terminales diferentes. Envia mensajes desde el cliente y recibe las respuestas echo del servidor.