This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
After months of work Finatra 1.0.0 is finally available! Finatra is a scala web framework inspired by Sinatra built on top of Finagle . The API The API looks like what you'd expect, here's a simple endpoint that uses route parameters: get ( "/user/:username" ) { request => val username = request . routeParams . getOrElse ( "username" , "default_user" ) render . plain ( "hello " + username ).…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.