Skip to content

downfa11/IOCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

IOCP

winsock2 with IOCP.

This repository contains study materials related to socket programming with Winsock2 and IOCP

server Project

  • multiPlexing_echo.cpp: A multiplexing echo server.
  • op_*_window.cpp: Calculator implemented as a server-client structure.
  • proxyserver.cpp: Implemented a simple proxy server using sockets.
  • webserver.cpp: Implemented a basic HTTP web server using sockets.
  • WorkerThread.cpp: Thread study
  • echo_client.cpp: echo client used for studying IOCP.

socket Project

  • Basic IOCP structure for an Echo Server.
  • A project for studying IOCP that not only handles echo but also synchronizes coordinates of dummy clients.

tutorial4 Project(작성중)

I'm currently studying IOCP server development with the help of the following YouTube playlist:

Feel free to explore the contents of this repository and follow my progress in learning about IOCP server development.

About

IOCP 네트워크 공부용

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published