Skip to content

jackingod/jessica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published