Jump to content

My Implementation Of A Web Server


Recommended Posts

I have always wanted to make one, so i grabbed Mono and i codded a web server using a heavily modified version of jeske's Simple HTTP Class.

It can currently load custom DLLs (called Engines) or compile C# Scripts and run them while it is running, the compile method is a lot slower but it is more flexible.

It currently isn't very tested because of the project's age, so i cannot be sure if it is stable but here it is, the MSiteFramework,

 

I host the project on GitHub, and the Project URL is: https://github.com/mihail-rotmg/MSiteFramework/

 

Any feedback and contribution would be appreciated.

 

Few notes on installing:

 

  • Use Mono if you run Linux;
  • If you have Windows, compile using Visual Studio (msbuild);
  • Release 1.0.1.39 isn't compatible with Windows because of a bug (fixed in 5b1067a);
  • Although the Engine "mse2_0.dll" is most stable it is the newest, so it lacks features - use "mse1_0.dll";
  • Compiling C# Scripts isn't currently compatible with "mse2_0.dll";
  • We recommend you to build your own Engine if you have experience with C#;
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...