php - C# Web Server: Implementing a Dynamic Language -
I have just finished writing the web server in C # I have a pretty basic and currently stable content like HTML, XML, and Works on images. I want to implement a dynamic language, though. I am trying to choose between one of the following:
- ASP.NET
- PHP
- Python
I like to implement PHP or Python because I am more familiar with them, however I would like to implement the one that can be as simple as possible, how would I add this functionality to my server, and to implement it Which of the three languages would be easy?
EDIT: This is not about what program I want to do web programming, it is about which language I want to give to people who use the server program. I want to be able to serve the applications written in the server asp.net, PHP or Python for the server.
ASP.NET will definitely be easy because you can use all built-in classes. Basically you do not have to make it, you hook it up on the web server (I do not know that we can count it as write as ASP.NET; ))
You may want to see
Comments
Post a Comment