Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

limoclient

The aim of this project is to create a javascript limoclient which can connect to a limoserver.

Sample Usage

var {LimoClient} = require('LimoClient');

var cfg = { ip: '127.0.0.1', port: 16839 };
var limoClient = new LimoClient(cfg);
limoClient.connect( (err) => {
	limoClient.transieve('something', function(err, data) {
		console.log('got data ', data);
		limoClient.disconnect();
	});
});

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages