Nifty

From air
Revision as of 10:06, 11 January 2017 by Donsez (talk | contribs) (Created page with "Nifty is an implementation of Thrift clients and servers on Netty. * https://github.com/facebook/nifty * https://github.com/facebook/swift =Getting Started= <pre> git clo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Nifty is an implementation of Thrift clients and servers on Netty.

Getting Started

git clone https://github.com/facebook/nifty.git
cd nifty
mvn clean install


Related projects

Swift

https://github.com/facebook/swift

an annotation-based Java library for creating Thrift serializable types and services.