rsf-web is a web-based remote surface on which a layout result is painted.
rsf-web receives paint messages through a specified Pusher channel, and paints a layout result using HTML elements.
Files in the src
folder are automatically deployed onto
https://bee-rsf-web.netlify.com/ after every commit.
It's recommended to use BrowserSync:
$ npm install -g browser-sync $ browser-sync start --config bs-config.js
- Lodash (MIT)
- jQuery (MIT)
- Semantic UI (MIT)
- Vue.js (MIT)
- pusher-js (MIT)
This software is distributed under the MIT license. See LICENSE file for details.