ringojs

ringojs fileupload example

Does anyone have an example of uploading a file to the server using ringojs? ...

RingoJS, Threading, Blocking, Load

What are the best practices regarding hosting a web application on RingoJS/Rhino? Seeing as it's single threaded, blocking calls such as long-running queries/file-uploads/web-services will mean that every other request will hang. As far as I can tell, I could A.) Open a separate Ringo instance for processes I expect to block for a l...