Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

A sample Scala/Java mixed project for testing out nanomsg. Uses Gradle for joint compilation.

Notifications You must be signed in to change notification settings

RepublicWealth/scala-nano-http4s

Repository files navigation

Scala Nano Http4s

This is a spike project to test out

  • Joint compilation of mixed Scala and Java8 code using Gradle and IntelliJ
  • Scala nanomsg integration
  • Http4s microframework

The build.gradle is based on the sample provided by punya/spark-gradle-test-example:

Usage

Run Hello World:

./gradlew helloJava
./gradlew helloScala

Run Nanomsg, install nanomsg binary first:

brew install nanomsg

Go into each sub-packges in au.com.republicwealth.nano and run the main classes.

About

A sample Scala/Java mixed project for testing out nanomsg. Uses Gradle for joint compilation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published