Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sangupta/swift-nifty-example
- Owner: sangupta
- Created: 2014-11-10T07:08:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T18:18:24.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T11:17:29.400Z (7 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.