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

https://github.com/hotkit/fost-internet

Networking libraries with some common client and servers.
https://github.com/hotkit/fost-internet

Last synced: 2 months ago
JSON representation

Networking libraries with some common client and servers.

Awesome Lists containing this project

README

          

# fost-internet

Internet and networking libraries.

There are two main libraries included:

* [fost-inet](./Cpp/fost-inet)--Contains stream oriented protocols (HTTP, POP3, SMTP) and basic networking functionality for client/server TCP networking. Only blocking APIs are supported.
* [fost-hod](./Cpp/fost-hod)--A packet oriented non-client/server protocol with a TCP transport.