33
edits
(Fix table markup) |
(Added proposal for livelog proxy) |
||
Line 37: | Line 37: | ||
| :dustin | | :dustin | ||
| :dustin | | :dustin | ||
| | |||
|- | |||
| Livelog Proxy | |||
| Write a server that privileged-clients can open a HTTPS connection to in-order to expose a webhook that http-clients can call. | |||
When normal http-clients access the exposed webhooks the connection will be reverse proxied to the | |||
privileged-clients over their out-going connection. | |||
| golang, github, http, web sockets, node.js | |||
| :jonasfj | |||
| :jonasfj | |||
| This is like to ngrok and localtunnel.me, read up on those. For performance reasons server should be written in golang, with client libraries in golang and node.js. | |||
| | | | ||
|} | |} |
edits