mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-25 16:24:18 +00:00
71965a0f3b
The websocket bootstrap node will be running on Heroku.
8 lines
141 B
Modula-2
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
|
|
)
|