Let me try to explain what I want ! 0) I want to open a web application in nodejs ! 1) I want method by which I can write/view client side web application using nodejs !
WHY and WHAT is this ?? Basically, a web application has 2 part ! 1) Javascript Processing -- Ex XHR data API, parser, service, enum files, validation files etc 2) DOM processing Ex - UI, what ever you see on browser and click it To be more specific ! I want to give example of Linux, in Linux world, I can do much of my work using script like ls, mkdir etc using terminal ! also I have GUI part too !! GUI part use terminal commands internally ! So we have totally separation ! I want to develop web application using this approach !! the core part of a web application do not exactly deal with DOM/UI , it deal with data ! this can be developed using nodejs console. Like I have dashboard, so from console, I should be able to do something like node > var d1 = Dashbaord(); node > d1.listAllwidgets(); node > d1.addWidget(); node > d1.reArrangeWidgets(); etc !! By this I will be able to separate application in two part ! The other part will utilize the "client side JavaScript API" and apply 2 way biding and other stuff to finally render web application !! *Question ! *1) It is useful or senseful ? 2) How I can perform this ? 3) Any other similar comment ? -- -- 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.
