mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +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:
parent
fa33e0f62d
commit
6a644d3ee1
26 changed files with 2847 additions and 0 deletions
7
modules/websocket/config.py
Normal file
7
modules/websocket/config.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
def can_build(platform):
|
||||
return True
|
||||
|
||||
|
||||
def configure(env):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue