https://github.com/j3soon/hackmd-online-counter
Almost the same with HackMD's online user counter
https://github.com/j3soon/hackmd-online-counter
gadget hackmd real-time visitor-counter widget
Last synced: 19 days ago
JSON representation
Almost the same with HackMD's online user counter
- Host: GitHub
- URL: https://github.com/j3soon/hackmd-online-counter
- Owner: j3soon
- License: agpl-3.0
- Created: 2018-04-22T05:58:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T05:59:10.000Z (almost 8 years ago)
- Last Synced: 2025-06-05T06:46:42.865Z (8 months ago)
- Topics: gadget, hackmd, real-time, visitor-counter, widget
- Language: HTML
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackMD Online Counter
This simple online user counter is like the right-upper visitor counter of the [HackMD](https://github.com/hackmdio/hackmd) project, but without the dropdown function.
The file [index.js](/index.js) is for the online user counter server.
The file [index.html](/index.js) is for the online user counter client.
## Screenshots

## Installation
Requires Node.js and npm.
Clone this repository and execute the following command.
```shell
$ npm install express --save
$ npm install socket.io --save
```
## Run Server
```shell
$ node index.js
```
## Run Client
Open [index.html](/index.html) in your web browser.
## Screenshots of different status


