BoostJS 🚀 by Clever.ly
BoostJS is an opinionated framework designed to make responsive data easy and efficient.
Implementing Boost is currently not easy. Following this sample project is probably the easiest way to get started. https://github.com/briancw/boost-sample-project
npm install boostjs
import boost from 'boostjs';
let posts = boost.subscribe('/posts');
- socket.io: socket connections between server and client with multiplexing, fallbacks, auto-reconnect, and other useful features