1.1.0 • Published 9 years ago

micro-udp v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Installation

The easiest way to install Micro-UDP is to use the Node Package Manager (NPM). You can download it with your systems CLI, the package name is micro-udp.

npm install --save micro-udp

--

Server

tbd.

Client

tbd.

Queue

tbd.

--

### Debugging You can activate the internal debugger which will log the important messages to your console with the specified module, request/response output and the time needed to finish command execution. Use the environement variable MUDP_DEBUG to enable the debug-mode, short example below.

MUDP_DEBUG=true node ./index.js --my-argument
Example output

Debugger Example Output

Debugger Example Output 2