As others have said, node-webkit is probably the place to look for 1 (though there are other options in this space, like appjs -- with some googling, you'll probably find others).
For 2, take a look at awesomium for a full webkit and libRocket for a streamlined subset of HTML/CSS. I would love to see a node wrapper for libRocket, but I don't think there is one yet. It's most commonly used for the GUI part of games (menu system, high score list, etc), but I don't see why it couldn't be used for a traditional information system application if you don't want to include a heavy browser engine in your app. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
