Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/franciscohanna92/echo-server-nodejs
- Owner: franciscohanna92
- Created: 2016-09-02T14:47:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T21:09:39.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T13:38:46.541Z (2 months ago)
- Topics: dgram, echo-server, nodejs, tcp, udp
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.