# Setup - Download the latest WebRTC GDNative plugin from https://github.com/godotengine/webrtc-native/releases and extract it in the project root. # Signalling Server The signaling server is written in TypeScript to run on Deno. It can run in the cloud via Deno deploy. PORT=8888 deno run --allow-env --allow-net server.ts - https://dash.deno.com/projects/webrtc-signaller - https://webrtc-signaller.deno.dev