|
|
|
|
|
by jhuckestein
5895 days ago
|
|
Can somebody explain what technical reason prevent me from using any scripting language to write my web-app's client-side code? The way I see it, web-apps today are downloading javascript code that calls back to the server from time to time and outputs a DOM tree. Any scripting language can do that, right? Why can't I write my client-side code in Ruby, Python or PHP? |
|