-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Empty show more show less
when visit http://mongodb.github.io/node-mongodb-native/api-generated/mongoclient.html, I find a line of code below:
var mongoclient = new MongoClient(new Server("localhost", 27017,
));
But I can't find the native_parser at http://mongodb.github.io/node-mongodb-native/api-generated/server.html?highlight=server#Server
Then I google it, at https://groups.google.com/forum/#!topic/node-mongodb-native/p6QwXNn2X7M, it says that the native_parser should not set on Server option.