Skip to content

kuzzleio/sdk-csharp

Repository files navigation

Build Status codecov.io Join the chat at https://gitter.im/kuzzleio/kuzzle

Official Kuzzle C# SDK - ALPHA VERSION

About Kuzzle

Kuzzle is a ready-to-use, on-premises backend that enables you to manage your persistent data and be notified in real-time on whatever happens to it. It also provides you with a flexible and powerful user-management system.

Kuzzle enables you to build modern web applications and complex IoT networks in no time.

Get trained by the creators of Kuzzle ⚡

Train yourself and your teams to use Kuzzle to maximize its potential and accelerate the development of your projects.
Our teams will be able to meet your needs in terms of expertise and multi-technology support for IoT, mobile/web, backend/frontend, devops.
👉 Get a quote

SDK Documentation

The complete SDK documentation is available here

Protocol used

The C# SDK implements the websocket protocol.

Compile & test

Preprequisites:

  • .NET Core SDK 2.1

Compile with the following command lines:

$ dotnet restore
$ dotnet build Kuzzle/Kuzzle.csproj -c Release

To start the unit tests using the command line:

$ dotnet test

monodevelop

If you're using monodevelop, you'll need at least mono 5.20+ (w/ msbuild 16+). Due to compatibility problems, you HAVE TO install .NET Core SDK 2.1, if you only have the 2.2 one, you won't be able to build the project with msbuild (which monodevelop uses).

Packages

No packages published

Contributors 10

Languages