RSSAmplifier

Julio Capote's Blog - Feed · Nov 7, 2012

Announcing Finatra 1.0.0

0
Sign in to vote or save

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 ).…

Read on capotej.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.