Moon Http Server, a powerful full-predicament script web server

Moon Http Server (MHS) is a Pascal script using high-performance Web server.

Last night was the first contact. It took 30 minutes entry, very powerful. Web development is Delphi's gospel.

 

To quote the author's introduction:

With respect to the classical traditional Web development methods (IntraWeb, UniGui), Moon Http Server (MHS) to solve some basic problems, or to achieve some of the basic functionality to meet the needs of the times WEB:

  • 1. Complete scripting capabilities

    Everything script without any binary code extensions to implement any of the functions you need, the same PHP, ASP and other needs are the same, of course, it uses the script is Pascal! With this foundation, which means, MHS gene default on flowing strong, mainstream blood, you can use it to achieve all the functionality you need!

  • 2. No compiling, no compilation, no compiled

    This mainstream scripting languages, you only need to upload to see the implementation of the results!

  • 3. arbitrary, flexible and convenient deployment

    Obviously, this is the same with the mainstream scripting language function, as long as you wish, it allows you to achieve a true script of networking needs! To give a simple example, MHS do not own, occupy any of your port, which means you are free to deploy an unlimited number of casual WEB site on a port! ! ! Of course, this is also a source of strong expansion capability, but also the basic capabilities of mainstream scripting language.

  • 4. routing based on virtual directory

    Again, this is the basic function of mainstream scripting language. With virtual directory routing, extended naturally becomes arbitrary!

  • The same air and water demand

    Hope to solve these fundamental problems can make you really understand MHS! After all, mainstream scripting language appears that these are the most basic functions like air, like the presence of water, it is natural, there is no need to explain, and it is no doubt! Similarly, the ability to support MHS script point of view, all you see are also the same as air and water, only to provide you with support silently in the background.

  • 6. a generation gap

    For Pascal Web development, this is a tough generation, a generation gap of nearly 20 years of technology generation has. Whenever I think of this, the total can not help but burst into tears! Front row temper, quietly working to bring these modest glimmer pleased for the likes of Pascal Coder, also hopes to make up the Web development this short board! !

 

      Delphi old age, basically asp.php, are engaged, and later also learn c #, a later version of Delphi 10, Java has always been do not want to touch, too long-winded, the level may be too time reasons.

      Young man in our department to write project in Java, written two weeks to give up. Because too complicated, not suitable for rapidly changing needs.

      

      Moon Http Server is a pure server scripts, fast, can output various types of business. The most important is there is a strong genetic support for Delphi, Delphi can be used inside a variety of functions,

      Plus unlimited vertical extension transverse, indeed Shuangwai.

     It comes with its own website written a blog example, from which you can learn a lot of writing. There are also tutorials.

   getting Started:

1, extract the files to the directory path of non-Chinese. It can not be a Chinese directory

2, change some configuration information into your favorite port

    

 

    

3, with Run as Administrator Mhs.exe

4, out of such a window, it means you successfully run the server.

5, open the URL try.

 

 

6, a success. You can click on to view the demo tutorials, you can also log in the background.

7, see the source code, all source code you can modify. The most important of all may change.

Html source here is mixed with the Pascal code is written. Like asp, php same. Everything functions.

Specific usage can view the contents of this blog, take a look encapsulated Query control.

 

 

Fast, on a word!

I was planning to output XML and JSON interface to third-party companies to docking.

Which gradually began to feel a strong taste of it.

主要表现在以下几个方面: 
  
1、单可执行文件完成几乎所有功能,易于分发和部署。 
  
2、具有主流Web开发语言(PHP、ASP)的功能和灵活性。 
  
3、完整的指针操作能力,对于想深入学习结构化编程和算法的Web开发人员是一个不错的选择。 
  
4、完整的内存访问能力,基于Native代码的特征,没有垃圾回收机制,需要自行控制内存使用,所以这是一把双刃剑。 
  
5、内置主流数据库(MySQL、MSSQL、Sqlite、Access)操作能力。 
  
6、内置类似于memcache的高效缓存访问能力。

QQ群: 67861996,可下载源码体验! 

Guess you like

Origin www.cnblogs.com/netblaze/p/MoonHttpServer.html
Recommended