This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** memoHandler.js **/ | |
| var mongodb = require('mongodb'); | |
| var server = new mongodb.Server('localhost', 27017, {}); | |
| var db = new mongodb.Db('mydatabase', server, {w: 1}); | |
| var querystring = require('querystring'); | |
| var url = require('url'); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var http = require('http'), | |
| util = require('util'), | |
| path = require('path'), | |
| url = require('url'), | |
| fs = require('fs'), | |
| mime = require('mime'), | |
| querystring = require('querystring'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** memoHandler.js **/ | |
| var mongodb = require('mongodb'); | |
| var server = new mongodb.Server('localhost', 27017, {}); | |
| var db = new mongodb.Db('mydatabase', server, {w: 1}); | |
| var querystring = require('querystring'); | |
| var url = require('url'); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** memoHandler.js **/ | |
| var mongodb = require('mongodb'); | |
| var server = new mongodb.Server('localhost', 27017, {}); | |
| var db = new mongodb.Db('mydatabase', server, {w: 1}); | |
| var querystring = require('querystring'); | |
| var url = require('url'); | |
NewerOlder