LordOfDarknessAlexander / Auto_ObsessionsX

0 stars 1 forks source link

Server-side programming language? #1

Closed vigilance91 closed 9 years ago

vigilance91 commented 9 years ago

Javascript is a client-side technology implemented to add functionality to html5 markup, built into a browser,.With the introduction of user registration and a vehicle database, there is a need for the secure execution of server-side programs for the access and maintenance of these resources and scripts during the user's visit to the page.

The integration of a server-side programming language, for the handling of form data/submissions, is required for users to send messages to the server hosting these resources.

What other issues could this addition alleviate? How do the alternatives compare (Python, Perl, PHP, Ruby, Lua, etc)? What additional environments would be required for developing?