A high performance, single threaded, HTTP/1.1 server written in C++ as a learning tool. Uses kqueue for event management, therefore is *BSD / macOS only!
-
Updated
Feb 7, 2025 - C++
A high performance, single threaded, HTTP/1.1 server written in C++ as a learning tool. Uses kqueue for event management, therefore is *BSD / macOS only!
A chat room application developed in C++ using the concepts of multi-threading and socket programming.
IOCP 실습
[WIP]RemoteAssistance like TeamViewer(C++)
A library to interface with Minecraft using C++.
컴투스 C++ 네트워크 스터디 개인 작업 저장소
A Multiplayer Tic-Tac-Toe game written in C++ based on the client-server model using socket programming.
Minimal cross platform C++ tcp, udp socket implementation
Transferring messages and files between the server and the client are realized in this project.
A pseudo-3D pursuit and racing game made using SFML C++
A C++ implementation of P2P file sharing system.
Modern C++ 11 native, OS agnostic, socket library/starting base with a single header include
Two sided secure/insecure socket that can do SSL/TLS connections without the need for OpenSSL libraries. It uses the standard WinCrypt modules
Practice Socket Programming (Multithreaded TCP and UDP servers, polling of sockets, blocking and nonblocking read write sendto recvfrom ) and NS-3 (CSMA lans, P2P lans, Installing TCP and UDP applications on various nodes and evaluate your network).
Implement an online programming system similar to LeetCode. Multiple compilation service hosts (CR hosts) can be deployed in the background, and then oj_server service will load balance a large number of submitted requests to each CR host through algorithms. If a CR host crashes in the background, oj_server can also recognize correctly.
Async/Sync networking library including UDP, TCP and TLS/TCP socket classes written in C++ 17 that utilizes epoll and kqueue as backend.
Listing UDP connections with remote address without sniffing.
A simple C++(14) application for PeerToPeer communication across network
A dummy TCP client and server application.
Add a description, image, and links to the socket-programming topic page so that developers can more easily learn about it.
To associate your repository with the socket-programming topic, visit your repo's landing page and select "manage topics."