BSON
JavaScript
1
Posts
1
Posters
0
Views
1
Watching
-
I'm thinking of using the browser BSON parser with a custom OWIN middleware that will pass queries directly to a Mongo instance for searches, and to WebAPI for processing. Does anyone have any experience using this as a data transmission system? Primarily I'm curious as to any serious pitfalls that I might be overlooking, particularly with the browser BSON parser. Edit: This guy [GitHub - mongodb/js-bson: BSON Parser for node and browser](https://github.com/mongodb/js-bson)
"There are three kinds of lies: lies, damned lies and statistics." - Benjamin Disraeli