PureSocketCluster

A cross platform SocketCluster library for .NET NetStandard Core.


Keywords
socketcluster, socket, cluster, core, netstandard, websockets, websocket, client
License
GPL-3.0
Install
Install-Package PureSocketCluster -Version 4.0.1

Documentation

PureSocketCluster

A Cross Platform SocketCluster Client for .NET Core NetStandard

NuGet Package PureSocketCluster

Codacy Badge

Requirements
  • .NET NetStandard V2.0+
Usage
  • Example Included in project

    Provided by: 2018 - 2019 Coinigy Inc. Coinigy.com

V4 Breaking Changes

  • Events now have a sender object which is the instance that raised the event.
  • (non breaking but useful) An addition construstor has been added with an instance name argument which makes it easier to identify an instance when using multiple connections. This links to the new property InstanceName.