alt text

Client-side

This is the client-side Link.IO C# API.

There is an ugly proof of concept using the first version of the API here.

Installation

After adding sources to your project on visual studio, you have to add a NuGet package. You can find some information about NuGet packages here.

The Nuget package to install is SocketIoClientDotNet (tested with v0.9.12). It's the only way to remove dependencies errors. In the future, we will propose our NuGet package.

To finish, you juste have to add the following import :

using LinkIOcsharp;

Server-side

You can find more information about the server-side Link.IO API here. There is the possibility to monitoring the server thanks to link.io.server.monitoring.