Best server-side framework for heavy RIA based application? [closed]

What do the collective beleive to be the best platform to use as a backend to AJAX / Flex / Silverlight applications and why?

We are undergoing a technology review and I would like to know some other opinions.

Is It Java, Grails, Python, Rails, ColdFusion, something else?


Asked by: Victoria621 | Posted: 28-01-2022






Answer 1

There is no definitive answer. However, I would choose a light solution, like Python or Rails, over Java or ColdFusion.

You may want to investigate C# ASP.NET + Silverlight combo. Microsoft made it highly integrated, which is double-edged sword. But in many cases this helps.

You may also want to review existing solutions / applications / startups. Don't ditch PHP up front, there are many existing components for it. And don't overestimate the impact of server-side technology choice on success.

Answered by: Fenton885 | Posted: 01-03-2022



Similar questions

php - Can a client view the source code of a server-side python application

Closed. This question needs details or clarity. It ...


node.js - How to run d3js at server-side in a Python web application (Heroku)?

In my web application, the user is able to draw some objects. The drawing functionality is implemented (at client-side) using d3js (SVG). The attributes of the objects (shape, coordinates, colours) are saved at server-side in a structured database. Now, I need to render the drawings at server-side as well. I would like to reuse (at server-side) the rendering logic implemented at cl...


php - How can I generate a screenshot of a webpage using a server-side script?

I need a server-side script (PHP, Python) to capture a webpage to a PNG, JPG, Tiff, GIF image and resize them to a thumbnail. What is the best way to accomplish this? See also: Web Page Screenshots with PHP?


javascript - How do you execute a server-side Python script using jQuery?

I have a very simple Python file, called python1.py, whose contents are: f = open('C:\\Temp\\test.txt', 'w') f.write('Succeeded') f.close() I wish to execute this from JavaScript, like so: jQuery.ajax({ type: "POST", url: "/cgi-bin/python1.py", success: function (msg) { alert("Data Saved: " + msg); } }); However, all that happens is that...


Server-side SVG to PNG (or some other image format) in python

Currently I'm using rsvg to load the svg (from a string, not from a file) and drawing to cairo. Anyone know a better way? I use PIL elsewhere in my application, but I don't know of a way to do this with PIL.


python - Facebook stream API error works in Browser but not Server-side

If I enter this URL in a browser it returns to me the valid XML data that I am interested in scraping. http://www.facebook.com/ajax/stream/profile.php?__a=1&profile_id=36343869811&filter=2&max_time=0&try_scroll_load=false&_log_clicktype=Filter%20Stories%20or%20Pagination&ajax_log=0 However, if I do it from the server-side, it doesn't work as it previously did. Now ...


Will Javascript V8 kill all the other server-side dynamic languages? Ruby, Python, PHP?


mysql - server-side scripting for web pages with Python: nothing happens

I'm trying to learn to use Python to create dynamic web content. Problem I'm having right out the door, though, is that when I try to do a mySQL query, absolutely nothing happens. There's no error message... it looks like the script simply stops running when I import the module that enables connection to the database. This does do exactly what I'd expect when I try to run it from the command line. #...


python - What is suggested way to have server-side hooks over mongodb?

MongoDB performs really well compared to our hacking of MySQL in de-normalized way. After database migration, I realized that we might need some server-side procedures to invoke after/before database manipulation. Some sorta 3-tier architecture. I am just wondering the possible and easy way to prototype it. Are there any light server-side hooks for mongodb, just like server-side hooks for svn, git? ex, pos...


python - Security question relating to executing server-side script

I've written a python script using selenium to imitate a browser logging in and buying some stuff from a website. Therefore, the python script contains log-in information along with payment information (checking account info, etc). If i configure my apache webserver to be able to execute python scripts, so that when a client presses a button it runs my purchasing script, is there anyway that the client could see the cont...


python - Can Gstreamer be used server-side to stream audio to multiple clients on demand?

I'm working on an audio mixing program (DAW) web app, and considering using Python and Python Gstreamer for the backend. I understand that I can contain the audio tracks of a single music project in a gst.Pipeline bin, but playback also appears to be controlled by this Pipeline. Is it possible to create several "views" into the Pipeline representing the project? So that more than one client can grab an audio stre...


python - In Git, how do I configure a hook to run a server-side commands after a commit is accepted?

I'm trying to figure out my way with the Django localistion stuff and from what i've understood, the makemessages command needs to be run every time you change some strings in code. I was thinking of simplifying this process by using a server-side Git hook. I have no knowledge about Git hooks and couldn't find any resources on the web that did something like this. Is there a reason why one shouldn't h...






Still can't find your answer? Check out these communities...



PySlackers | Full Stack Python | NHS Python | Pythonist Cafe | Hacker Earth | Discord Python



top