Skip to content

Redouane64/SocketIO.NET.Client

Repository files navigation

SocketIO Client for .NET

Socket.IO .NET Client is an experimental project aims to implement Socket.IO protocol using modern .NET platform features.

Unlike other existing clients which uses events and delegates, This implementation's goal is to use .NET Task-based asynchronous programming techniques.

The client implements Engine.IO and Socket.IO core protocols.

TODOs

  • Engine.IO Client

  • Http Polling transport

  • Basic Websocket transport

  • Send and receiving plain text and Binary packets

  • Socket.IO Client

  • Namespaces support

  • Send and receive plain text and binary payloads

Resources

Releases

No releases published

Packages

No packages published