Skip to content

hellsoul86/zookeeper

 
 

Repository files navigation

Apache ZooKeeper .NET async Client

ZooKeeper logo NuGet

  • Supports .NET 4, 4.5 and above
  • Fully Task-based Asynchronous (async/await).
  • Follows the logic of the official Java client to the letter, in fact the code is almost identical.
  • NuGets

####Build From Source #####Prerequisites

  1. Apache Ant.
  2. Visual Studio 2015 with Update 3.
  3. Microsoft .NET Core 1.0.0 - VS 2015 Tooling Preview 2.

#####Build Steps

  1. Run ant on the repository's root folder.
  2. Run Visual Studio and open ZooKeeperNetEx.sln from src\csharp.
  3. Build.

Packages

No packages published

Languages

  • Java 56.4%
  • C++ 11.2%
  • C# 9.5%
  • C 8.2%
  • JavaScript 4.4%
  • Python 2.3%
  • Other 8.0%