lolsocket-client
v2.0.12
Published
Welcome to LOLSocket, a powerful WebSocket SDK designed to simplify real-time communication in your web applications. LOLSocket is built with ease of use in mind, providing developers with a robust set of features for seamless integration into their proje
Downloads
12
Readme
LOLSocket-JS
Welcome to LOLSocket, a powerful WebSocket SDK designed to simplify real-time communication in your web applications. LOLSocket is built with ease of use in mind, providing developers with a robust set of features for seamless integration into their projects.
Installation
npm install lolsocket-client
Usage
const LOL = new LOLSocket('API-KEY');
const channel = LOL.channel('MY-CHANNEL');
channel.echo('MY-NAMESPACE', (data) => {
console.log(data);
})
Documentation
Our detailed documentation can be found at the following link:
License
MIT