Lightweight MVC Framework: Nancy(theothersideofcode.com)

submitted by genkigenki(69) 8 months, 28 days ago

Example of development with Nancy. Allows for rapid development of small websites or prototypes.

2 comments |category: |Views: 110

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by vijaystvijayst(1311) 8 months, 28 days ago 0

I am good with ASP.NET MVC. The MVC framework has a lot of flexibility features built into it. It will be interesting to know how Nancy works and how it is more light-weight than the MVC framework.

Reply

posted by dpetersondpeterson(4397) 8 months, 27 days ago 0

I love using Sinatra in ruby, and it seems they've captured everything I like about Sinatra in Nancy.

Vijay, Nancy is more lightweight because it is simply a request routing framework. It's up to the developer to plumb in as little or as much "framework" as they like. I find that this is really up to developer preference, I personally like light-weight frameworks that stay out of my way.

Reply

information Login or create an account to comment on this story