https://github.com/marky-mark/finagle-example
https://github.com/marky-mark/finagle-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marky-mark/finagle-example
- Owner: marky-mark
- Created: 2015-05-04T15:56:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T12:30:23.000Z (about 11 years ago)
- Last Synced: 2025-02-16T02:44:57.619Z (over 1 year ago)
- Language: Scala
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Examples are based on the [examples of finagle](https://github.com/twitter/finagle/tree/master/finagle-example) included in the project
2 examples
Using thrift - Server and Client using [Finagle](https://github.com/twitter/finagle) and [scrooge](https://github.com/twitter/scrooge)
```./gradlew scroogeCompile //generates finagle thrift files in scala ```
```./gradlew build```
The 2nd is a http server in scala [here](https://github.com/twitter/finagle/tree/master/finagle-example/src/main/scala/com/twitter/finagle/example)