summaryrefslogtreecommitdiffstats
path: root/modules/websocket/config.py
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-3/+1
| | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
* Document websocket module, further document enetFabio Alessandrelli2018-05-081-0/+11
|
* Add websocket module.Fabio Alessandrelli2018-02-061-0/+7
Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets.