Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kaiserpelagic/fs2-grpc

 
 

Repository files navigation

fs2-grpc

Join the chat at https://gitter.im/fs2-grpc/Lobby gRPC implementation for FS2/cats-effect

SBT configuration

project/plugins.sbt:

addSbtPlugin("org.lyranthe.fs2-grpc" % "sbt-java-gen" % "0.1.0")

build.sbt:

PB.targets in Compile := Seq(
  scalapb.gen() -> (sourceManaged in Compile).value,
  fs2CodeGenerator -> (sourceManaged in Compile).value
)

scalacOptions += "-Ypartial-unification"

About

gRPC implementation for FS2/cats-effect

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%