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

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

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.