You've already forked godot
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:
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
|
||||
Reference in New Issue
Block a user