Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdonald/realtime-stats
https://github.com/pdonald/realtime-stats
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdonald/realtime-stats
- Owner: pdonald
- Created: 2016-12-19T17:27:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T11:00:28.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T15:33:44.858Z (3 months ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 24
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Real time stats with WebSockets and React
Roll your own alternative to Google Analytics Real Time Statistics.
https://peteris.rocks/blog/real-time-stats-with-websockets-and-react/
![Screesnshot](screenshot.png)
## Use
You'll need node.js >= 6.x
Install dependencies.
```
npm install
```Start the server.
```
node server.js
```Add the analytics script to your website.
```html
```
See the dashboard at [http://localhost:8080/](http://localhost:8080/)
## License
Apache 2.0