I'm using MongoDB and i thought REST was standardized enough, REST looking as a better choice in place of my own websocket where all the requests are of JSON.
I was testing different platforms (I'm coming from ruby side) because i didn't know clearly if those issues were coming me and/or the mismatch between REST server and client. clearly now, it was both. Obviously i'd prefer everything being in JS... And the result, at this time is Ruby on the server side, js the client one. I do have another test to work with: change setting of MongoDB to be RESTfull and try again. This would implied authentification rewriting. 2014/1/7 Sander Elias <[email protected]> > Yvon, > > You are welcome. and indeed the REST specification leaves quite a lot up > to the implementors. early adaptations vary even more than moderner ones. > As far as I know it isn't even a formal standard. > May I ask why you are testing on those different platforms? Are you > looking for an suitable backend? do you need a specific database? > > Regards > Sander > > -- > You received this message because you are subscribed to a topic in the > Google Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/uf_hoX9W8P8/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- [email protected],2.384858688 -- 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.
