JavaScript web development in .NET
- a Sinatra like server side DSL.
- a javascript Framework to write web applications in the .net platform.
- a set of generators and tools to jump start your development (inspired by Rails)
Overview
At the moment, Luca uses a modified version of Jint as it's javascript engine. The modifications in the engine allows to extend JavaScript with native implementation of common libraries like Prototype or underscore.
Luca tries to incorporate different aspects of different frameworks that I like. (Rails, Sinatra, OpenRasta)
- Command line generators to do common or repetitive tasks.
- A simple sintax to map requests to handlers based on route and HTTP verb.
- Decoupling the resource and presentation.
- A DSL for more expressive code.
- The ability to use any .net class available.
- Integrated Test-framework and Test-runner for BDD.
- A simple templating engine.
- Default encoders for some common content-types: html, csv, xml, json.
Download
You can download this project in either
zip or
tar formats.