Server statistics built on top of RxJS
npm install bstats -g
On initial run ~/.bstats.json
is created. Here you configure your SSL certificates and ports on which server is running on.
bstats
If you want to run this continuously we recommend using pm2
or forever
.
bstats
is made on top of
- NodeJS (server side)
- RxJS (both server and client side)
- Angular4 (client side)
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 development
MIT