https://github.com/akagi201/rtclock
An HTML5 Real Time Clock based on WebSocket
https://github.com/akagi201/rtclock
clock golang html5 real-time websocket
Last synced: 8 months ago
JSON representation
An HTML5 Real Time Clock based on WebSocket
- Host: GitHub
- URL: https://github.com/akagi201/rtclock
- Owner: Akagi201
- License: mit
- Created: 2017-03-22T03:08:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T00:00:20.000Z (about 9 years ago)
- Last Synced: 2024-06-20T19:20:56.580Z (about 2 years ago)
- Topics: clock, golang, html5, real-time, websocket
- Language: Go
- Homepage:
- Size: 552 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtclock
> An HTML5 Real Time Clock based on WebSocket

## Features
- [x] Use WebSocket to send backend real time clock to frontend.
- [x] Support go-bindata.
## Install
* `go get github.com/Akagi201/rtclock`
## Build
* `./gobin.sh` (when you modified the html template)
* `go build`
## Run
* `./rtclock -h`
* Simple usage: `./rtclock`