SuperSocket 2.0 released a second preview version

Recently, SuperSocket 2.0 released a second preview version. SuperSocket is Socket server framework on a .NET platform, which provides a unified API for Internet protocol analysis and client connection management. Since October 2010 SuperSocket 1.0 release, it began to be used in real-time global developer network application services, networking and online games so the field.

SuperSocket 2.0 based on .NET Core redesigned to take full advantage of System.IO.Pipelines bring efficient streaming data processing capacity, will give us a better development of operational experience:

  • More efficient (zero copy), better use of the analytical protocol the API;
  • Native support for cloud (Cloud Native), to easily run Docker and Kubernetes;
  • Middleware is designed to simplify the core code to support better scalability;
  • Other by the .NET  brought Core advantages, such as more flexible and more diverse abstract log support configuration and the like;

    This year (2019) in the first half, SuperSocket released the first preview version 2.0, positive community response, the authors get a lot of feedback from users and support.

    SuperSocket 2.0 just released the second preview version compared to the first preview version, contains the following major improvements:

  • More reliable quality
  • Added support for Command Filter (command filter)
  • New WebSocket protocol
  • Add TLS (Transport Layer Security / certificate) Support
  • Instead nuget packet release

SuperSocket 2.0 documentation is still under preparation: http://docs.supersocket.net/v2-0/
learned from the author, update the document will be an important task in the first half of 2020.


At the same time, the source code is also provided some sample code to help you learn how to use SuperSocket:
https://github.com/kerryjiang/SuperSocket/tree/master/samples
SuperSocket unit test code can also help you understand its usage:
HTTPS : //github.com/kerryjiang/SuperSocket/tree/master/test/Test

Also to remind you, SuperSocket source also simultaneously hosted Gitee:
https://gitee.com/kerryjiang/SuperSocket
accustomed to using cloud code (gitee) can be used directly.

Guess you like

Origin www.oschina.net/news/112438/supersocket-2-0-preview