Go to file
Daniel Flanagan 1d87d15a0e
Godot 4
2021-12-21 17:13:02 -06:00
.vim Possibly functional deno server 2021-11-15 14:26:39 -06:00
assets Godot 4 2021-12-21 17:13:02 -06:00
objects NAVIGATION 2021-12-21 16:40:58 -06:00
screens Godot 4 2021-12-21 17:13:02 -06:00
scripts Godot 4 2021-12-21 17:13:02 -06:00
.gitattributes Stuff 2021-12-02 15:13:12 -06:00
.gitignore Things still work 2021-12-08 16:46:10 -06:00
deps.ts basic lobbies 2021-11-17 13:57:45 -06:00
project.godot Godot 4 2021-12-21 17:13:02 -06:00
readme.md Now we know 2021-11-17 08:52:25 -06:00
server.ts More mplayer cleanup 2021-12-11 00:08:28 -06:00

readme.md

Setup

Signalling Server

Requires Deno >= 1.16.1

The signaling server is written in TypeScript to run on Deno (1.16.1). It can run in the cloud via Deno deploy.

PORT=8888 deno run --allow-env --allow-net server.ts