--
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 angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.
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
--
Of course NodeJS and bower are not needed for development but how about testing? Unit and e2e testing, since much of the logic moves from server to client side ....
--