China's best ASPMVC framework has completely transplanted nodejs to the IIS platform, supporting routing takeover and SPM online CMDLINE.
Among Microsoft's earlier server-side languages, ASP brought us many surprises, but unfortunately time has gradually faded it away. For that persistence, and for us to be able to use nodejs-like writing methods and concepts in IIS6+ and above environments, we transplanted nodejs to the IIS platform. The transplantation process is very difficult, and many nodejs environments are not compatible with the IIS platform. At the same time, the engine of nodejs is the latest v8, while the engine of jscript on IIS is the old IE6 engine. Therefore, compatibility is very difficult. However, it lived up to expectations. After numerous attempts and revisions, I finally transplanted this program to the IIS platform.
In the past ASP program, you could not take over the URL routing function. Generally, pseudo-static rules are configured using the IISREWRITE component or web.config. Many friends think that this method is not the best pseudo-static method, because it is troublesome to write your configuration regular and may not be accurate. Generally speaking, for programmers, regular rules are something that makes people hate writing. series introduces the path-to-regexp module of nodejs into the framework, realizing the function of converting path to regular pattern.