1.1.1 • Published 3 years ago

ribbon-api v1.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Ribbon

Blazing-fast, msgpacked resumeable WebSockets

An unofficial clientside wrapper for the Ribbon API, currently used in TETR.IO

Importing

CommonJS

const Ribbon = require("ribbon-api").RibbonManager;
const ribbon = new Ribbon();

TypeScript

import Ribbon from 'ribbon-api';
const ribbon = new Ribbon();