sbhackerspace / sbhx-boardinator

SBHX Board Coordinator/Task Management System
2 stars 0 forks source link

Config Apache to proxy /api/* WebSocket requests to Go #27

Closed elimisteve closed 10 years ago

elimisteve commented 10 years ago

See http://stackoverflow.com/questions/18784658/using-go-websocket-behind-apache-mod-proxy-wstunnel and http://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html

elimisteve commented 10 years ago

Related to #12

elimisteve commented 10 years ago

May want to make this /api/ws/* but it might be nice to not have to do that.

elimisteve commented 10 years ago

Rejected; Apache and Django are out of the loop -- it's all just Go and Angular now!