An open API service indexing awesome lists of open source software.

https://github.com/zevv/janetttls


https://github.com/zevv/janetttls

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

This is an experimental asynchronous OpenSSL TLS stream wrapper for Janet; it
abuses the event loop by doing zero byte `ev/read` and `ev/write` calls on the
underlying net stream, but then having OpenSSL perform the actual read and
write calls on the socket when the stream is readable or writable.

Tested on linux only:

```
jpm build && janet test.janet
```