there is INDY for winsock development,but it's not so good for our projects,so I decided to write a better,pure TCP socket,it's asynchronous,base on WinSock2,use Overlap-I/O,it's a client class,but also can be used as a server class,so it can bind to specific port,even multiple ports,it uses multiple thread techlogy to improve recv/send efficiency. So,it's not the best TCP class,and delphi is an older IDE,but I hope my work can be used by more people around the world, not only my teamates.
Sorry for my poor English,I will try my best to add some comments in my source file,hope you can understand, if it's useful for you,that is my pleasure.
Features
- asynchronous TCP winsock2 class
- from client to server
- multiple thread techlogy
- pure TCP protocol
- overlap-I/O
- easy for proxy(HTTP/SOCKS4/SOCKS5)
Follow Delphi Cool Overlap Socket Class
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Delphi Cool Overlap Socket Class!