An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# rtclock

> An HTML5 Real Time Clock based on WebSocket

![rtclock](assets/rtclock.gif)

## 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`