Skip to content
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.

Golang HTTP API and WebSocket server for real-time sign updates

Notifications You must be signed in to change notification settings

vanderbilt-design-studio/realtime-sign-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realtime-sign-go

Golang HTTP API and WebSocket server for real-time sign updates

Environment variables

  • RSIGN_API_KEY: The authentication secret that should be accepted for the X-API-Key header
  • RSIGN_ADDR: The address to bind the server to (default :3000)

Building

dep ensure
go build main.go

About

Golang HTTP API and WebSocket server for real-time sign updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages