jackingod / jessica

A micro web framework written out of curiosity in .NET, inspired by Ruby's Sinatra.

Home Page:http://jessicafx.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jessica

A micro web framework written out of curiosity in .NET, inspired by Ruby’s Sinatra.

Micro Web Framework

Jessica’s interpretation of a micro web framework is as follows:

  • Framework for creating web application that only provides a minimum feature set
  • Provides the least required set of helpers
  • Uses a simple pattern for creating actions/routes for the application
  • Nonessential features provided as third-party extensions

With this interpretation in mind Jessica aims to become a feature equivalent of Sinatra for .NET.

Installing Jessica

If you would like to use the Jessica micro web framework you can install it using NuGet:

Install-Package Jessica

Further Information

Documentation

Blog Posts

About

A micro web framework written out of curiosity in .NET, inspired by Ruby's Sinatra.

http://jessicafx.org

License:MIT License