Rein, read up on REST and HTTP. http://en.m.wikipedia.org/wiki/Representational_state_transfer
http://en.m.wikipedia.org/wiki/Hypertext_Transfer_Protocol Try to understand were the client meets the server. Then use something like $ python -m SimpleHTTPServer 0.0.0.0:3000 To server static files. Cheers, -Joseph Curtin On Jan 7, 2014 9:47 AM, "Rein Petersen" <[email protected]> wrote: > Hi All, > > I want to use AngularJS without using NodeJS. All the examples I have seen > seem to depend on NodeJS presumably to include bower to manage packages. > > I don't really want to run NodeJS and prefer just a plain old webserver > which I feel should be sufficient. Obviously I won't be using Bower which > requires javascript to run on the server (via NodeJS). > > Is there any suggestions or documents I should read on the subject? I > haven't found much doing my own searches. > > Thanks, > Rein > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
