Thanks in advanced Roger for your suggestion. I just followed Cris Sainty<http://blog.csainty.com/2012/01/creating-desktop-apps-with-nodejs.html>'s way on how to call node-webkit from NodeJS app.js's. Hence, we can run our application like this : node app.js
Not nw /path/app/ Sorry if my question is too basic..:D On Sunday, December 2, 2012 4:21:20 PM UTC+7, Roger Wang wrote: > > Sapardi <[email protected] <javascript:>> writes: > > > Hi Rajkumar, i am pleasant hearing your suggestion about node-webkit. > I've > > tried to use it with nodejs, but i have a problem with dependency while > > integrating among them. I copied node-webkit folder into node-modules/ > > directory in root project, but it still raised an error when i run it. > Have > > u ever met the problem like me..? > > Hi Sapardi, > > node-webkit contains Node.js so you don't need to copy it into > node_modules. On the contrary, the node_modules folder should be put > into your app's root directory so node-webkit can find the modules. > > HTH. > > Roger > > > On Sunday, November 18, 2012 9:07:19 PM UTC+7, Rajkumar Chandrasekaran > > wrote: > >> > >> Not sure if you are still looking, there's the awesome Node-webkit, > which > >> does exactly this. I evaluated appjs, tidesdk and finally node-webkit. > Was > >> just amazed at everything related to node-webkit. > >> > >> https://github.com/rogerwang/node-webkit > >> > >> > >> On Tuesday, 6 September 2011 16:52:02 UTC+5:30, Andrew Seddon wrote: > >>> > >>> Is anybody aware of a desktop app project which bundles Node + Webkit > >>> to make a native app using web tech. > >>> > >>> The closest thing I've found is https://github.com/unconed/TermKit . > >>> > >>> I just wanted to see if anybody has done this before we look at > >>> rolling a cross platform solution ourselves. > >>> > >>> Cheers, > >>> > >>> Andrew > >> > >> > > -- > Roger WANG Intel Open Source Technology Center > > https://github.com/rogerwang/node-webkit > node-webkit <https://github.com/rogerwang/node-webkitnode-webkit>: Call > all Node.js modules directly from DOM and enable > a new way of writing applications with all Web technologies. > -- 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
