Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sangupta/swift-nifty-example

Working example of a client-server interaction using Facebook's opensource Nifty and Swift frameworks
https://github.com/sangupta/swift-nifty-example

Last synced: 4 days ago
JSON representation

Working example of a client-server interaction using Facebook's opensource Nifty and Swift frameworks

Awesome Lists containing this project

README

        

swift-nifty-example
===================

This is a working example of a client-server interaction using Facebook's opensource Nifty and
Swift frameworks.

[Nifty](https://github.com/facebook/nifty) is an implementation of [Thrift](http://thrift.apache.org/) clients and servers on [Netty](http://netty.io).

[Swift](https://github.com/facebook/swift) is an easy-to-use, annotation-based Java library for creating Thrift serializable types and services.

Serves a simple advantage: *No need for code generation outside of Java*

NOTE
----

Distributed under the whatever you do, I don't care license.