Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 577 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 577 Bytes

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');

Notable Npm Modules

Core:

  • socket.io: socket connections between server and client with multiplexing, fallbacks, auto-reconnect, and other useful features