boostjs
v0.0.21
Published
Boostjs front end framework
Downloads
7
Readme
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