whenubelieve / cpp-networking

Networking in Cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note

Handling default 10 concurrent connection
You can change the default concurrent limit

I tested 1000 concurrent connection without any problem

Installation

clone this repository :

git clone https://github.com/halloweeks/networking.git
cd networking

Build Instruction

Make sure you have already installed g++

g++ server.cpp -o server.exe -lpthread
g++ client.cpp -o client.exe

Execution Instruction

You got output executable file

staring the server

./server.exe

starting a client

./client.exe

About

Networking in Cpp

License:MIT License


Languages

Language:C++ 100.0%