Live data from Hacker News

Create web apps in JavaScript right from your browser

akshell.com

11–20 of 98 posts

Re: Create web apps in JavaScript right from your browser

#12
post #11

Impressive. May I ask what libraries do you use for the menubar and all UI widgets? Also, is the web a "pretty proxy" that redirect everything to a node.js server which does the actual work?

It's a kind of a Javascript framework called Cappucino, I assume.

Re: Create web apps in JavaScript right from your browser

#13
post #5

yogsototh thank you for submitting this. We are seeing 150 or so concurrent users on the site due to this at the moment. I'm retweeting some of the other online reactions we're getting at https://twitter.com/akshell_com

Interesting tweet: "... someone made the old @heroku for node.js" -- did Heroku start out as a browser-based app builder?

Re: Create web apps in JavaScript right from your browser

#14
post #11

Impressive. May I ask what libraries do you use for the menubar and all UI widgets? Also, is the web a "pretty proxy" that redirect everything to a node.js server which does the actual work?

We use a custom built server on top of V8. Unlike Node it's sync and modelled after http://httpd.apache.org/docs/2.0/mod/prefork.html

Re: Create web apps in JavaScript right from your browser

#15
post #11

Impressive. May I ask what libraries do you use for the menubar and all UI widgets? Also, is the web a "pretty proxy" that redirect everything to a node.js server which does the actual work?

It's a kind of a Javascript framework called Cappucino, I assume.

Correct, link here: http://cappuccino.org/

Re: Create web apps in JavaScript right from your browser

#17
post #13
post #5

yogsototh thank you for submitting this. We are seeing 150 or so concurrent users on the site due to this at the moment. I'm retweeting some of the other online reactions we're getting at https://twitter.com/akshell_com

Interesting tweet: "... someone made the old @heroku for node.js" -- did Heroku start out as a browser-based app builder?

Yes they did, they were in the same batch as AppJet as well.

Re: Create web apps in JavaScript right from your browser

#20
post #13
post #5

yogsototh thank you for submitting this. We are seeing 150 or so concurrent users on the site due to this at the moment. I'm retweeting some of the other online reactions we're getting at https://twitter.com/akshell_com

Interesting tweet: "... someone made the old @heroku for node.js" -- did Heroku start out as a browser-based app builder?

Yes, Heroku was the first. I tried it out. It was fun, but I think they realised that though it was a novel idea, it was not the _Big Idea_, and they replaced it with what they now have. That's pretty inspiring when you consider how much work they threw away and how that decision has been rewarded.
Post reply on HN