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
Looking though the functionality of the library it seems that there is a lot of high-level functionality, like DNS, HTTP server and client, etc.
Shouldn't the library just provide facilities to do async I/O so that any HTTP server, client or other libraries can be used on top of what cl-async provides?
I don't want to be disrespectful. But this additional functionality could be a burden to maintain.
The text was updated successfully, but these errors were encountered:
The http support has actually been deprecated (the tests are still here, but not loaded).
This library is mostly an interface to libuv (which has some DNS utilities as you mentioned, for nodejs) with lisp abstractions over error handling, libuv's handles and C callbacks.
Hi.
Looking though the functionality of the library it seems that there is a lot of high-level functionality, like DNS, HTTP server and client, etc.
Shouldn't the library just provide facilities to do async I/O so that any HTTP server, client or other libraries can be used on top of what cl-async provides?
I don't want to be disrespectful. But this additional functionality could be a burden to maintain.
The text was updated successfully, but these errors were encountered: