Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/franciscohanna92/echo-server-nodejs

A simple echo server implementation with NodeJS.
https://github.com/franciscohanna92/echo-server-nodejs

dgram echo-server nodejs tcp udp

Last synced: 7 days ago
JSON representation

A simple echo server implementation with NodeJS.

Awesome Lists containing this project

README

        

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.