lolsocket-client

2.0.9 • Public • Published

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:

LOLSocket Documentation

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i lolsocket-client

Weekly Downloads

1

Version

2.0.9

License

MIT

Unpacked Size

16 kB

Total Files

12

Last publish

Collaborators

  • ryansingh