Welcome to Moon Http Server world!

Congratulations,your server is runing!
Server time is:2024-04-19 16:58:05.125
Your browser supported compress type:

Lesson1 - Hello,World!

It's a simple script.

Lesson2 - Static html file

It's a standard html file use default processor.

Lesson3 - Huge html file and resource

It's a huge html file to transfer with compress and cache. The server will return compress file at first time, and retrun 304 code at second time. yes, it's very fast and very cool!

Lesson4 - Json format

Use superobject as Json libary, is it cool?

Lesson5 - Request/Response/Webmodule

About basic web parameters.

Lesson6 - Error and Debug

Error information of the script.

Lesson7 - Script libary and uses

Use script libary in script.

Lesson8 - File stream test

Test file stream.

Lesson9 - Database and Query

Get data from database.

Lesson11 - Native Memory Cache

Use native memory cache in script.

Lesson12 - Session!

Sesson in server, Please refresh page and show the session result.

Lesson13 - Template?

Include static file and orgnized like template.

Lesson14 - Function extention!

Some advanced function in server.

Lesson15 - Performance!

Loop,Sum and Sum(Sqrt) in 1E8 times.

Lesson16 - Graphics!

Draw graphic in server and sent to browser.




You can find all script source in wwwroot, Powered by MoonHttpServer, Yeah!