Skip to content
#

socketserver

Here are 6 public repositories matching this topic...

Webserv is a HTTP server implementation as part of the 42 school curriculum. This project focuses on building a robust web server capable of handling multiple client connections, serving static and dynamic content, and managing various HTTP requests. It is developed in C++98 and aims to provide a fundamental understanding of web server architecture

  • Updated Oct 6, 2023
  • C++

Self-Study Project to implement Server/Client applications that communicate via sockets. The sockets will be compatible with Windows (WinSock) and Linux sockets. Server will support multiple clients. Secure socket communcation with api for Windows (CyrptAPI) and Linux(?). Implement server client communication across internet (i.e. not just local…

  • Updated Jul 5, 2017
  • C++

Bank Server-Client system where server program services online requests for account manipulations and maintains customer records and clients use its services to update bank accounts. The operations that can be performed on an account are: withdrawal of an amount from an account and deposit of an amount into an account. Additionally, the bank ser…

  • Updated Feb 14, 2021
  • C++

Improve this page

Add a description, image, and links to the socketserver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the socketserver topic, visit your repo's landing page and select "manage topics."

Learn more