资 源 简 介
What csharp-servlets is
A C# based server technology entirely built on Mono. Uses a servlet-style approach. The goal is to create a new, fully open source, easy to use, Mono supported server.
csharp-servlets borrows syntax and ideas from other web servers I"ve seen and used but with my own little twist.
The overall goal is to create a framework that is everything I ever wished Java servlets were. And the obvious starting point was with a language with my favorite features.
What csharp-servlets is not
A full implementation of a Java Container or of J2EE in any way (or Django, or Rails, or ...). As much as I like J2EE, Java Servlets, etc, I don"t intend or want to recreate it. However, I was heavily influenced by much of the design of Java Servlets.
A fully working, complete, bug free framework (yet!). Heck I don"t even know if you can even call it a "framework" at this point.