Wrapper libraries
We note here some wrapper libraries which use the HTTP API to provide the Nancy algorithms in other languages.
caution
These wrappers require a Nancy HTTP server to actually run the computations, and incur in communication overhead and a reduced API.
If feasible for your project, it is recommended to use the library directly, with C#.
note
These were developed as proof of concept and not tested extesively. They they may lack capabilities useful for production use.
Let us know if you find such issues.
Java​
The Nancy wrapper library for Java is available on GitHub.
Python​
The Nancy wrapper library for Python is available on GitHub.