Good server-javascript host/framework? -



Good server-javascript host/framework? -

i'm trying find javascript based web host, server-side javascript implementation. have played nodejs, , seems good, don't want have write entire server scratch. need host/framework next features (or @ to the lowest degree of them):

1: ability run script continuously on server while maintaining continuous dialog other scripts client pages (through xmlhttprequest). 2: php/asp functionality. 3: don't want have write entire server scratch. want worry writing application.

also, have been looking aptana's jaxer, seems holy grail perspective, when go web site "www.jaxer.org", returns irrelevant page. please explain me?

thanks,

chris

i've used https://no.de/ joyent host node.js applications.

for communicating between client , server i'd utilize http://socket.io/ . it's communication framework take appropriate communication method maintain connection (continuous dialog) client.

for serving static content see reply link great article on simple web server.

node.js simple web server

or see reply discusses various web application frameworks.

choosing web application framework (using node.js)

hope helps, & luck on project!

javascript serverside-javascript

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -