Skip to content

Simple template for IXWebSocket (websocket and http client/server library for C++) based on CPM.

License

Notifications You must be signed in to change notification settings

mrexodia/IXWebSocket_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IXWebSocket Template

Simple template for IXWebSocket (websocket and http client/server library for C++). This is an example of how CPM can be used to manage dependencies in your CMake project. The example supports both TLS and ZLIB out of the box (and both are statically linked), without requiring you to install any packages on your system. It was tested on Windows, Linux and macOS.

See CMakeLists.txt for details, it is much simpler than you might expect.

Building

mkdir build && cd build
cmake ..
cmake --build .

That's it!

About

Simple template for IXWebSocket (websocket and http client/server library for C++) based on CPM.

Resources

License

Stars

Watchers

Forks