Skip to content
/ manos Public
forked from jacksonh/manos

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.

License

Notifications You must be signed in to change notification settings

kersny/manos

This branch is 56 commits behind jacksonh/manos:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2011
May 18, 2011
Apr 19, 2011
Mar 23, 2011
Apr 16, 2011
Jan 18, 2011
Jan 20, 2011
Jan 18, 2011
Jul 2, 2011
May 19, 2011
Jan 18, 2011
Oct 14, 2010
Feb 23, 2011
No commit message
Jan 18, 2011
Feb 23, 2011
May 19, 2011
Jan 18, 2011
Jan 18, 2011
Jan 18, 2011
No commit message
Jan 11, 2011
Jan 19, 2011
Dec 14, 2010
May 19, 2011

Repository files navigation

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.

The Main Features of Manos:

  • Manos creates stand alone web applications that don't rely on Apache, IIS or any other web server, the server is bundled into the .exe file with the rest of your application. This allows for easy deployment, easy upgrades and absolutely no configuration.

  • High performance and scalable. Modeled after tornadoweb, the technology that powers friend feed, Manos is capable of thousands of simultaneous connections, ideal for applications that create persistent connections with the server.

  • An easy to use, high performance template engine Manos comes bundled with a designer friendly templating language. Just because the template engine is easy to use, doesn't mean its slow though. Manos's template engine precompiles your templates to IL so there are no startup costs and templates are rendered lightning fast.

  • Testing built in from the beginning making things testable was a primary concern on Manos. This means you can easily Mock just about any object in the Manos stack, making testing your application dead simple.

For installation instructions please read the installation guide in the docs directory.

About

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 57.4%
  • C 18.9%
  • Perl 14.6%
  • Shell 6.8%
  • C++ 1.4%
  • JavaScript 0.9%