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