2022

Archive 2022


WebSockets with C++

Published at March 3, 2022 ·  2 min read

Implementation of WebSockets in c++ using lib WebSockets (lws) . There is a demo for Binance and Bitstamp.


REST API Server with c++

Published at February 23, 2022 ·  5 min read

Implementation of general-purpose use REST API server in c++ using restbed library