Skip to main content

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.

Total Downloads
44.1K
44,148
Published
Nov 19, 2013
Latest stable version

Install

.NET CLI
dotnet add package SCS --version 1.1.0.1
Package Manager Console
Install-Package SCS -Version 1.1.0.1
PackageReference
<PackageReference Include="SCS" Version="1.1.0.1" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.