Unclaimed project
Are you a maintainer of zzz? Claim this project to take control of your public changelog and roadmap.
This release provides a tighter integration with the Tardy runtime.
zzz.Server will no longer create its own runtime with Tardy, meaning that the runtime must be created and provided to the Server during initialization. All examples have been updated to highlight this change so feel free to consult them!basic example has been updated to highlight this use case.kqueue support inherited from Tardy, meaning that BSD & Mac now have a proper aio system to use with zzz.resolveIP on BSD platforms.zzz is better off supporting only HTTP/HTTPS and for other protocols to build directly off of Tardy and can share a runtime if needed.Full Changelog: https://github.com/mookums/zzz/compare/v0.1.0...v0.2.0