i have recently developped a Web Application running on node.js available online on nodejitsu. Now my client wants to have a standalone Desktop Application and my thoughts were on AppJS. So the question now is, is there a way on using AppJS as a "Browser" since its based on Chromium. This would be neat, because the complete App Logic and the Frontend is on the Server, so I don't have to do more than just refer the AppJS to the URL. The DesktopApp Feeling would be serverd and a navigation is all within the Frontend. No needs of back and forward browser buttons or adressbar.
So much for the goal. I tried this simply by redirecting the AppJS index.html to my server URL. And the first site showed fine, but as i tried to log in, this error encountered:
app.sh: line 4: 1734 Bus error: 10 $basedir/data/bin/node --harmony $basedir/data/app.js
Any suggestions ? Is this possible with AppJS ?