Official Kuzzle C# SDK - ALPHA VERSION
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.
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
The complete SDK documentation is available here
The C# SDK implements the websocket protocol.
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
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).