mod_websocket icon indicating copy to clipboard operation
mod_websocket copied to clipboard

Crosscompiling

Open mmmint opened this issue 7 years ago • 1 comments

Is this module prepared for cross-compilation via appropriate flags? Im using armv7 (TI Arago toolchain).

mmmint avatar Aug 31 '17 10:08 mmmint

nori0428/mod_websocket is obsolete.

lighttpd 1.4.46 and later support websockets and can be cross-compiled.

https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModWStunnel provides a websocket tunnel through which client and a backend server can tunnel another protocol. https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModProxy proxies to a backend websocket server https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCGI can run a backend CGI to act as websocket server for a request

gstrauss avatar Nov 07 '17 02:11 gstrauss