you'd probably still need a bit on the server side, for validation. you
wouldn't want to give the browser direct access to your database for
example.

On Mon, Apr 23, 2012 at 6:10 PM, Mark Hahn <m...@hahnca.com> wrote:

> I am thinking of putting the entire app in a client-side browserify
> bundle.  I can create the entire BODY element of the dom from js code
> including the style info.  The idea here is to release an app by just
> releasing the bundle.
>
> I could create a generic index.html file that requires the bundle.
>
> I have one question though.  How/where would I store my image files?  I
> can imagine putting image files in package folders installed from npm but
> then how would I serve them?  I doubt I want the node_modules folder inside
> my web root folder.  :-)
>
>  --
> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to