craft-client

0.0.1 • Public • Published

craft-client

NodeJS client modules for Craft.

Usage

Right now only connection module is available:

var connection =    require( "craft-client/connection" );
var myConn =          connection.open( "michaelfogleman.com", 4080 );
myConn.on( "T", console.log );
myConn.send( "T", "Hi, players!" );
myConn.close();

See scripts/test-connection for more details.

About

License

This is free software, and you are welcome to redistribute it under certain conditions; see LICENSE.txt for details.

Author

Emilis Dambauskas emilis.d@gmail.com, http://emilis.github.com/.

Readme

Keywords

none

Package Sidebar

Install

npm i craft-client

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • emilis