Skip to content

CoolLibs/serv

Repository files navigation

serv

Including

To add this library to your project, simply add these two lines to your CMakeLists.txt:

add_subdirectory(path/to/serv)
target_link_libraries(${PROJECT_NAME} PRIVATE serv::serv)

Then include it as:

#include <serv/serv.hpp>

TODO

  • fix the firewall thing. We don't need to connect to networks other than localhost so this can probably be solved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published