Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ayman-aa/SocketProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socket Programming

This repo will contain everything I know about socket programmig and all the resources I've used to research about the subject and its applications

Project 1:

const Simple_Server_Client_Program = {
  "description": "A simple client-server communication implementation in C++",
  "features": ["TCP/IP socket communication", "Server can handle multiple client connections sequentially"],
  "usage": "cd Simple_Server_Client_Program && ./run.sh"
}

Project 2:

const Simple_SMTP_Program = {
  "description": "A basic SMTP (Simple Mail Transfer Protocol) server",
  "initial_features": ["TCP/IP socket communication", "Server can handle multiple client connections sequentially"],
  "added_features": ["Spam filter", "Check mailbox", "Basic scrapy authentication and auth's privilage"],
  "usage": "cd Simple_SMTP_Program && ./run.sh"
}

Project 3:

const Simple_HTTP_Server = {
  "description": "A basic HTTP (HyperText Transfer Protocol) server",
  "initial_features": ["TCP/IP socket communication", "Server can handle multiple client connections sequentially"],
  "added_features": ["Non-blocking socket", "MIME type detection based on file extensions", "auto index"],
  "usage": "cd Simple_HTTP_Server && ./run.sh"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published