SCS 1.1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SCS --version 1.1.0.1
NuGet\Install-Package SCS -Version 1.1.0.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="SCS" Version="1.1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SCS --version 1.1.0.1
#r "nuget: SCS, 1.1.0.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 SCS as a Cake Addin
#addin nuget:?package=SCS&version=1.1.0.1

// Install SCS as a Cake Tool
#tool nuget:?package=SCS&version=1.1.0.1

It is well documented open source server/client framework.
Allows remote method calls from client to server and from server to client easily. Can throw exceptions across applications.
Allows acynhronous or synchronous low level messaging instead of remote method calls.
It is scalable (15000+ clients concurrently connected and communicating while server has only 50-60 threads) and fast (5,500 remote method calls, 62,500 messages transfer between applications in a second running in a regular PC).
Allows clients to automatically reconnect to the server.
Allows clients to automatically ping to the server to keep the connection available when no communication occurs with the server for a while.
Allows a server to register events for new client connections, disconnecting of a client, etc.
Allows a client to register events for connecting and disconnecting.
It is suitable for long session connections between clients and server.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SCS:

Repository Stars
OpenNos/OpenNos
OpenNos Emulator Project. See AUTHORS file for Copyright information.
Version Downloads Last updated
1.1.1 23,979 9/28/2016
1.1.0.1 8,226 11/19/2013