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
- Host: GitHub
- URL: https://github.com/paraboul/zape
- Owner: paraboul
- Created: 2024-12-23T14:48:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T16:40:03.000Z (12 months ago)
- Last Synced: 2025-06-11T08:02:00.221Z (10 months ago)
- Language: C
- Size: 157 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**