fn icon indicating copy to clipboard operation
fn copied to clipboard

[Feature Request] fs2-based Scala system

Open s5bug opened this issue 5 years ago • 0 comments

I've been looking for some sort of serverless framework or cloud function API that supported the kind of streaming model fs2 provides. Everything else is heavily centered on Java beans (or the specific language's serialization) and a Handler style.

I'd really appreciate being able to develop scalable applications via streaming, including usage of doobie or http4s, so I thought I'd open an issue here.

s5bug avatar Jun 03 '19 13:06 s5bug