Skip to content

Frogit-LeGushk/HTTP-TCP-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP and TCP servers:

Screencast http server:

запускаем HTTP сервер, который выдает статический контент в браузере (калькулятор на js) alt text

Screencast tcp server and client:

Пример работы сетевой библиотеки (над tcp сокетом) alt text

Description:

Wrapper for test tcp server is implemented in file net.c and have API in file net.h TCP server and client containes in test_net_server.c and test_net_client.c and show example how use the tcp sockets API (the wrapper based on Sockets)

Wrapper for test http server is implemented in file http.c and have API in file http.h (the wrapper based on tcp wrapper) HTTP server containes in main.c and show example how use the http API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published