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

https://github.com/paraboul/zape

Zig events and network library
https://github.com/paraboul/zape

Last synced: 10 months ago
JSON representation

Zig events and network library

Awesome Lists containing this project

README

          

# zape

Fast cross-plasform event loop library. It provides non-blocking TCP/UDP sockets, websocket, timers and dns resolution.
Original implementation was written in C (libapenetwork). This repository is an attempt at providing Zig bindings and "Zig idiomatic" interfaces.

⚠️ **Work in progress**