You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
.vim | 1 year ago | |
assets | 1 year ago | |
objects | 10 months ago | |
screens | 1 year ago | |
scripts | 10 months ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
deps.ts | 1 year ago | |
project.godot | 1 year ago | |
readme.md | 1 year ago | |
server.ts | 10 months ago |
readme.md
Setup
- Download the latest WebRTC GDNative plugin from https://github.com/godotengine/webrtc-native/releases and extract it in the project root.
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