lundi 20 avril 2015

How to create a simple proxy server with c++ and c++11 std threading

I currently have two programs, the client and server, and want to make a proxy server for testing purposes. I've done this with python using the following code:

Python proxy server

and I basically want to have a similar program except in c++ (eventually using multithreading). Does anyone have any ideas on where to start, or any resources/sample code that can help me? Thanks!

Aucun commentaire:

Enregistrer un commentaire