Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tony-go/cmake-uwebsockets

Build uWebSockets with CMake.
https://github.com/tony-go/cmake-uwebsockets

cmake cpp usockets uwebsockets

Last synced: 18 days ago
JSON representation

Build uWebSockets with CMake.

Awesome Lists containing this project

README

        

## Build uWebSockets with CMake

Run these commands:

```
mkdir build

cd build

cmake ..

cmake --build .
```