diff --git a/index.html b/index.html index 11bc9044d8..7ba292159e 100644 --- a/index.html +++ b/index.html @@ -114,7 +114,7 @@ .Styles-subtleLink{ text-decoration: none; } -

Cask


Table of Contents

Cask: a Scala HTTP micro-framework

Main Customization

Build Status
Gitter Chat
Patreon

+

Cask: a Scala HTTP micro-framework

Main Customization

Discord Chat
Patreon

package app
 object MinimalApplication extends cask.MainRoutes{
   @cask.get("/")
@@ -132,7 +132,7 @@
 
 

Cask is a simple Scala web framework inspired by Python's Flask project. It aims to bring simplicity, flexibility and ease-of-use to Scala webservers, avoiding cryptic DSLs or complicated asynchrony.

Getting Started

The easiest way to begin using Cask is by downloading the example project above.

@@ -193,7 +193,7 @@

The rough outline of how the minimal example works should be easy to understand:

\ No newline at end of file