1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add websocket module.

Webassembly is client-only for obvious reasons.
Other platforms support both client and server using libwebsockets.
This commit is contained in:
Fabio Alessandrelli
2017-12-21 03:13:23 +01:00
parent fa33e0f62d
commit 6a644d3ee1
26 changed files with 2847 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
def can_build(platform):
return True
def configure(env):
pass