0.0.1 • Published 8 years ago

console.ws v0.0.1

Weekly downloads
18
License
MIT
Repository
github
Last release
8 years ago

console.ws

WebSocket powered remote console.log() for Node.js.

Install

npm install --save-dev console.ws

Usage

1. Run console.ws server

./node_modules/.bin/console

2. Use in your code

import console from 'console.ws';

console.log('Hello Console!');

Why?

There are lots of similar utilities already, but I needed minimalistic one for Node.js environment.

Limitation

You can't use this utility on browsers. The both client and server must be run on Node.js.

API

Note: Not enough compatibility with Console API

console.log(msg)

Author

Yuki Kodama / @kuy

License

MIT