seems basic 101 but tried searching for this and didn't really find any good examples

from our node-http-proxy, each single-page app has the following folder structure - not sure if this is most efficient structure or what permissions should be (especially for rest.js) - any recommendations ?

/var/local
  /app  (owner: webmaster 775)

    /lib
        server.js (node-static)
        rest.js  (node-restify)  (771)   ==> ???
        /node_modules (npm modules for restify, static)

    /public
      app.js
      /css
        jquerymobile.css
        app.css
      /js
        jquery.js
        jquerymobile.js
      /images

--
--
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.


Reply via email to