Skip to content

jacksonh/manos

Repository files navigation

NOTE: this project is not under active development anymore. I encourage you to play with it, learn from it, use it as a platform for innovation. I wont discourage you from using it in production, some people are, but I will encourage you to evaluate more supported technologies like SignalR (or perhaps non .NET technologies like node.js)

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.

  • 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