Skip to content

Instantly share code, notes, and snippets.

View pwtzero's full-sized avatar
:octocat:

Phawat Akkaradechaphorn pwtzero

:octocat:
  • Bangkok, Thailand
View GitHub Profile
@pwtzero
pwtzero / rs-connect.js
Created June 13, 2019 13:52 — forked from chrisckchang/rs-connect.js
replica set connection with nodejs native
/**
* MongoDB NodeJS Driver Production Connection Example
*
* Copyright (c) 2015 ObjectLabs Corporation
* Distributed under the MIT license - http://opensource.org/licenses/MIT
*/
var MongoClient = require('mongodb').MongoClient;
/**