Some "blue skies" thinking for your consideration. Shoot it down in flames if it's a stupid idea!
I've got a need to build a scalable and high load web application that needed frequent screen updates. It's basically a price ticker for currencies, which might have thousands of users at a time, so the usual AJAX long-polling puts a large load on the server. Currently, I'm evaluating the use of HTML5 Websockets and node.js as a webserver (cutting out Apache). I then link this into my MV database (ScarletDME) through a XML equivalent to SQL, which is a horrible kludge. So far, it appears to have a MUCH lower loading and is very responsive. Also, it's pretty easy to setup, and has needed a surprisingly small amount of code. always a good thing! :-)
This is relevant to Exodus because node.js is an opensource C++ JS I/O engine that is released under a MIT/BSD licence. If it's possible to link it into Exodus, then it would give Exodus websocket capabilities and hence could be used for cutting-edge web applications.
After all, any modern application development for web browsers needs some level of JS skills. This simply takes it a few steps further. It might even be possible to write an entire application in JS, which would make it easy to hire staff with the right skills.
Some links:-
Node.js home pageBlog writing about websocket serverHope I've not wasted your time.
Ashley Chapman