SuperSocket.Engine 1.6.6.1

dotnet add package SuperSocket.Engine --version 1.6.6.1
NuGet\Install-Package SuperSocket.Engine -Version 1.6.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SuperSocket.Engine" Version="1.6.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SuperSocket.Engine --version 1.6.6.1
#r "nuget: SuperSocket.Engine, 1.6.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SuperSocket.Engine as a Cake Addin
#addin nuget:?package=SuperSocket.Engine&version=1.6.6.1

// Install SuperSocket.Engine as a Cake Tool
#tool nuget:?package=SuperSocket.Engine&version=1.6.6.1

SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like game server, GPS server, industrial control system, data acquisition server etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on SuperSocket.Engine:

Package Downloads
SuperSocketRRPCServer

BaseProvideServices 新增RequestClientSession 对象

ClassLibrary.Common

公用类库

Ncs

Networking-with-CSharp Easy to use SuperSocket

FRPCServer

优化结构

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on SuperSocket.Engine:

Repository Stars
Lunat1q/Catchem-PoGo
Project is DEAD, Discord server: https://discord.me/Catchem
brianzhouzc/RocketBot
An automated Pokémon Go Bot
MobBotTeam/PokeMobBot
a Pokemon Go Bot by PokeMobBot Team - Discord: https://discord.gg/8msqsWV | Forums:
Necrobot-Private/NecroBot
NecroBot2
jianjipan/MES
这是一个用C#写的MES系统 ,用到了supersocket通信框架,以及WPF技术
Version Downloads Last updated
1.6.6.1 269,542 4/6/2016
1.6.6 7,115 3/21/2016
1.6.5.1 4,137 11/6/2015

Fixed an unhandled exception about performance counter when stop server instance;