Skip to content
#

socketserver

Here are 118 public repositories matching this topic...

End-to-End Encryption with Python Socket Communication This Python project demonstrates end-to-end encryption (E2EE) using the x25519 key exchange protocol and AES encryption for secure communication between a client (Alice) and a server (Bob) over a socket connection.

  • Updated Jun 7, 2024
  • Python

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++

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