C # Network Programming Technology SuperSocket practical project drills,
I. SuperSocket course Introduction
1.1. Current PeriodC # Network Programming Technology SuperSocket practice project DrillCourse a dumb brings you three demo projects based on SuperSocket communication components:
● Super-basedSocketDeveloped client and server chat application (ABenNET. SuperSocket. AppChat ).
● Super-basedWebSocketDeveloped client and server chat application (ABenNET. SuperWebSocket. AppChat ).
● Super-basedWebSocketDeveloped Web client and server chat application (ABenNET. SuperWebSocket. WebChat)
1.2,Knowledge points covered by the SuperSocket Course
1.2.1. How can SuperSocket improve the health check mechanism?
1) How to Achieve HeartBeat check between the client and the server ;).
2) How to Implement the ReConnection function between the client and the server ).
1.2.2 introduction to several configuration methods of SuperSocket Server
1) Implement SuperSocket server configuration through encoding.
2) Implement SuperSocket server configuration through an independent Config configuration file.
1.2.3 introduction to common host methods of SuperSocket
1) Console applications (Console), WinForm, IIS, and other methods for Socket server host.
2), supersocket.socketservice.exe.
1.2.4, SuperSocket andSuperWebSocketCommon usage of Component client SDK and server SDK.
1) EasyClient, CustomTerminatorReceiveFilter, CustomAppServer, CustomAppSession, and CustomCommand
2) CustomWebSocketServer, CustomWebSocketSession, WebSocket
If you are interested in this course, Please study with Jack!
We don't need to talk much about it. We just need to get the dry goods directly. We don't make the dry goods, but we are just the porters of the dry goods.
Ii. SuperSocket introduction and practical projects
WebSocket 1
WebSocket 2
SuperSocket client and server communication