You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi David, is running capnpn over tls/https (and through a proxy) something thats feasible to bolt on the this project? I'm contemplating sponsoring the development of something like it as we would like to start to use capnp for message passing between out appliances and servers (I think thats a good use-case :-) )
The text was updated successfully, but these errors were encountered:
I think that getting Cap'n Proto RPC to work over HTTPS would be more difficult, because Cap'n Proto RPC is a complex stateful protocol that seems difficult to map into a request/response pattern.
Alternatively, if you don't have a need for the fancier object-capability features of Cap'n Proto RPC, you could define your own simple RPC protocol that uses just Cap'n Proto serialization in HTTP requests/responses.
Hi David, is running capnpn over tls/https (and through a proxy) something thats feasible to bolt on the this project? I'm contemplating sponsoring the development of something like it as we would like to start to use capnp for message passing between out appliances and servers (I think thats a good use-case :-) )
The text was updated successfully, but these errors were encountered: