0.0.5 • Published 7 years ago

@mariusdima/bluenode v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Bluenode

A library that generate a web server logs from websocket client / server connections

Installation

npm install @mariusdima/bluenode

Usage

var bluenode = require('@mariusdima/bluenode');

var srvIP = '127.0.0.1'; var srvPort = 52275;

Output should be seen on the http://srvIP:srvPort

Tests

npm test

Contributing

*** mdx & others...