summaryrefslogtreecommitdiff
path: root/modules/websocket/config.py
AgeCommit message (Collapse)Author
2018-05-30SCons: Pass env to modules can_build methodRĂ©mi Verschelde
This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
2018-05-08Document websocket module, further document enetFabio Alessandrelli
2018-02-06Add websocket module.Fabio Alessandrelli
Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets.