Skip to content

Knifeck/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 2.
  3. Microsoft .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1.

#####Build Steps

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

About

Apache ZooKeeper .NET async Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.3%
  • C++ 11.1%
  • C# 9.5%
  • C 8.3%
  • JavaScript 4.4%
  • Python 2.3%
  • Other 8.1%