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

https://github.com/marky-mark/finagle-example


https://github.com/marky-mark/finagle-example

Last synced: 8 months ago
JSON representation

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)