soundcloud / twinagle   1.3.0

Apache License 2.0 GitHub

Twinagle = Twirp + Finagle

Scala versions: 2.13 2.12 2.11
sbt plugins: 1.0

Twinagle = Twirp + Finagle

Build Status Maven Central

Twinagle is an implementation of the Twirp wire protocol for Scala+Finagle.

Please see the documentation website for an introduction.

How to contribute

Thanks for your interest in Twinagle, we're welcome your contributions! For larger changes, please open an issue to discuss them before spending lots of time implementing things. For small changes, hack away and submit a pull request.

Please ensure that sbt scalafmtCheckAll +test scripted passes when submitting code changes.

Notes

  • IntelliJ doesn't run plugins during project build. Before importing, sbt compile may be necessary.

  • In order to run the full test suite (i.e. the unit tests & the end-to-end tests for code-generation) use sbt +test scripted