Files
c-toxcore/other/bootstrap_daemon/websocket/websockify/go.mod
T
iphydf 71965a0f3b feat: Add WASM build for toxcore and websocket bootstrap node.
The websocket bootstrap node will be running on Heroku.
2022-02-02 16:05:25 +00:00

8 lines
141 B
Modula-2

module github.com/TokTok/c-toxcore/other/bootstrap_daemon/websocket/websockify
go 1.17
require (
github.com/gorilla/websocket master
)