Page 1 of 1

Created 2 new libraries for easy async & async http

Posted: Mon Nov 08, 2021 7:50 am
by davidkonsumer
I made a couple libraries that people might find useful in love.

- lovehandles is a nice & simple way to wrap synchronous things in a thread and use a function-handle instead of callbacks or a thread-channel.
- loverest is an async wrapper around luajit-request (and libcurl) It provides a nice & easy way to interact with a JSON-only REST service in love. It works well with http/https, and can be used with non-JSON, too.