A cross platform WebSocket client library for .NET NetStandard core.


Keywords
websocket, netstandard, core, client, websockets
License
GPL-3.0
Install
Install-Package PureWebSockets -Version 4.0.0

Documentation

PureWebSockets

A Cross Platform WebSocket Client for .NET Core NetStandard

NuGet Package PureWebSockets

Codacy Badge Build Status

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

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

V3 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.