0.4.0 • Published 8 years ago
bstats v0.4.0
bstats
Server statistics built on top of RxJS
Install
npm install bstats -gConfiguration & Running
On initial run ~/.bstats.json is created. Here you configure your SSL certificates and ports on which server is running on.
Run The Application
bstatsIf you want to run this continuously we recommend using pm2 or forever.
Technology Stack
bstats is made on top of
- NodeJS (server side)
- RxJS (both server and client side)
- Angular4 (client side)
Developing on bstats
git clone https://github.com/bleenco/bstats.git
cd bstats
npm run dev # run server build
# open another terminal tab/window and run
npm run start # this starts UI developmentPreview
Licence
MIT