[mod_wstunnel] websocket tunnel to other protocol
commit477534084adc987a5dbe13eabe40e2411a022ede
authorGlenn Strauss <gstrauss@gluelogic.com>
Tue, 25 Jul 2017 06:08:15 +0000 (25 02:08 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Tue, 25 Jul 2017 06:29:23 +0000 (25 02:29 -0400)
tree566f421a480bfc6b824ccc887f004bea4c8b67ee
parent889db409dcdd26de432b51e08fa7999ea902ffe4
[mod_wstunnel] websocket tunnel to other protocol

*experimental*

decodes websockets and passes body back and forth from backend
(body could be known protocol such as JSON, or any custom protocol)

originally based off https://github.com/nori0428/mod_websocket
configure.ac
src/CMakeLists.txt
src/Makefile.am
src/SConscript
src/mod_wstunnel.c [new file with mode: 0644]