Skip to content

Web UDP packet realtime hexdump - using express longpoll server and node UDP server

License

Notifications You must be signed in to change notification settings

denisix/nodejs-longpoll-udp

Repository files navigation

nodejs-longpoll-udp

Longpoll server that listens to UDP dgrams in realtime (concept)

Screenshot

prerequirements:

usage

git clone https://github.com/denisix/nodejs-longpoll-udp
cd nodejs-longpoll-udp
npm install
npm start

then open http://localhost:8080 in your browser

start netcat in your linux console and connect to this udp server (netcat should be installed to be able to do this):

nc -u 127.0.0.1 500

type something + Enter and you will see the result in your browser

files

server.js - the main program to check the concept (server-side)
index.html - this file will be provided to browser (client-side)
jquery-1.5.min.js - jquery library to make life easier

dependencies

About

Web UDP packet realtime hexdump - using express longpoll server and node UDP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published