/udpToSocketio

nodeJS app that listens UDP messages then transfers to socket.io for fast resource saver real-time data streaming

Primary LanguageJavaScriptApache License 2.0Apache-2.0

udpToSocketio

Codacy Badge Build Status contributions welcome Inline docs

NodeJS app that listens UDP messages then transfers to socket.io for real-time data streaming

Installation

$ npm install --save

Usage

var nodeudp = require('nodeUDP');
nodeudp();

OR

$ npm start

License

MIT © Semih Onay semionay@gmail.com