Redouane64 / SocketIO.NET.Client

An experimental modern Socket.io client for .NET

Repository from Github https://github.comRedouane64/SocketIO.NET.ClientRepository from Github https://github.comRedouane64/SocketIO.NET.Client

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

About

An experimental modern Socket.io client for .NET


Languages

Language:C# 99.8%Language:Shell 0.2%