paraboul / libapenetwork

A fast and lightweight cross-platform network library written in plain C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A fast and lightweight cross-platform network library written in plain C

License:Other


Languages

Language:C 99.4%Language:C++ 0.6%