0.4.10 • Published 6 years ago

kyaos v0.4.10

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

#Description: ##This is a package used for easy sending via websockets to send data from the Server ##to the Client. ##You input data into the function given and the client will listen for it when called.

#Usage:

kyaos.connect('ws://www.yourwebsite.ext', 'port');

kyaos.send(data);

function callback(){
  console.log(callback);
}

kyaos.listen(callback());

kyoas.close(code, reason);

#---====--- data in kyaos.send(data); -> same data format used by ws npm package. code in kyoas.close

#How can you help? ######You can help by using my NPM package and spreading the word about it, suggesting it to friend ######and saying good things about it, this is my first package, but I plan on making it better and or ######making more packages.

0.4.10

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.1

6 years ago

1.0.1

6 years ago

0.0.1

6 years ago