lolsocket-js

2.0.1 • 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-sdk

Usage

const { LOLSocket } = require('lolsocket-sdk') 

const lol = new LOLSocket('API-KEY', 'API-SECRET');

const channel = lol.publish('MY-CHANNEL', 'MY-NAMESPACE', { message: "HELLO WORLD" });

Documentation

Our detailed documentation can be found at the following link:

LOLSocket Documentation

License

MIT

Package Sidebar

Install

npm i lolsocket-js

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

10.7 kB

Total Files

12

Last publish

Collaborators

  • ryansingh