mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 00:18:31 +00:00
switch to gorilla/websocket, post aggregate data
This commit is contained in:
parent
9c4891db9f
commit
9f1c369fdb
7 changed files with 192 additions and 112 deletions
|
@ -44,7 +44,7 @@ func main() {
|
|||
Addr: conf.ListenAddr,
|
||||
}
|
||||
|
||||
server.SetupServerAndHandle(conf, httpServer.TLSConfig, nil)
|
||||
server.SetupServerAndHandle(conf, nil)
|
||||
|
||||
go commandLineConsole()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue