koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.31k stars 167 forks source link

LibUV #341

Open TimWhiting opened 1 year ago

TimWhiting commented 1 year ago

It looks like LibUV doesn't natively support TLS / SSL connections. It is possible to integrate the two. There are several libraries that provide a higher level interface. https://github.com/openziti/tlsuv is one of the more recently maintained.

TimWhiting commented 1 year ago

Other references: https://github.com/sosopop/uvhttp https://ayende.com/blog/185441-A/using-openssl-with-libuv

TimWhiting commented 1 year ago

Note here that tlsuv seems actively maintained, however it does not currently support server side. They are open to contributions and that is likely the quickest route forward.