Start of a websocket server.

This commit is contained in:
Ian Gulliver
2016-03-10 16:17:47 -08:00
parent 62fce4fa70
commit 2d1b4919b3
4 changed files with 61 additions and 0 deletions

4
sinks/adsb-ws/Makefile Normal file
View File

@@ -0,0 +1,4 @@
all: adsb-ws
adsb-ws: *.go
go build