https://github.com/paraboul/libapenetwork
A fast and lightweight cross-platform network library written in plain C
https://github.com/paraboul/libapenetwork
c eventloop linux networking
Last synced: about 1 month ago
JSON representation
A fast and lightweight cross-platform network library written in plain C
- Host: GitHub
- URL: https://github.com/paraboul/libapenetwork
- Owner: paraboul
- License: other
- Created: 2020-07-08T09:29:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T07:24:02.000Z (almost 6 years ago)
- Last Synced: 2026-03-29T17:22:30.951Z (2 months ago)
- Topics: c, eventloop, linux, networking
- Language: C
- Homepage:
- Size: 1.57 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibApeNetwork - Fast cross-platform async network library
## Background
This project has evolved out of the Ajax Push Engine Project so that it can be used as a seperate library.
## APE C API
- All public functions are defined by "APE_" (uppercase)
- Non public functions are defined by "ape_" (lowercase)
## License
Copyright 2016 Nidium Inc. All rights reserved.
Use of this source code is governed by a MIT license that can be found in the LICENSE file.