https://github.com/aapatre/socket.io-controllable-and-synced-counter
https://github.com/aapatre/socket.io-controllable-and-synced-counter
express expressjs javascript node nodejs socket socket-io socket-io-client socketio socketio-server websocket
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aapatre/socket.io-controllable-and-synced-counter
- Owner: aapatre
- License: mit
- Created: 2020-11-10T10:55:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T17:32:12.000Z (over 5 years ago)
- Last Synced: 2025-05-12T22:38:54.408Z (about 1 year ago)
- Topics: express, expressjs, javascript, node, nodejs, socket, socket-io, socket-io-client, socketio, socketio-server, websocket
- Language: HTML
- Homepage: https://socketio-synced-counter.herokuapp.com/
- Size: 45.9 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket.io: Controllable and Synced Counter
The counter is updated in real time and can be controlled from anywhere in the world!
Live demo: https://socketio-synced-counter.herokuapp.com/
[](https://heroku.com/deploy?template=https://github.com/aapatre/Socket.io-Controllable-and-Synced-Counter/)
**Note:** This is not a full fledged application! Instead it is made for a live-quizzing platform I'm currently working on. But anyways, it's quite intuitive to understand and a good example to get a grasp of [socket.io](https://socket.io).
***Happy Learning! :)***