0.0.3 • Published 8 years ago

simple-logserver v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Logserver

Use this log-server when the JavaScript console isn't easlity accessible. For instance when developing in Cordova (especially in iOS).

Start with node log-server.js

Test to log with: curl -d 'Testing to log over http...' http://localhost:8126/ Test to log using mqtt: node test/hello.js

See test/www/js/index.js for an example on how to log to the log-server from HTML.