unhurried

コンピュータ関連ネタがほとんど、ときどき趣味も…

2017-02-01から1ヶ月間の記事一覧

Procedure to Print with Google Cloud Print API

Recently printers connected to the Internet became common. As some of my web services required printing in the background process, I have researched Google Cloud Print API as one of printing measures. (0) Get a client ID and a client secre…

MongoDB Node.js Driver Connection Management

Points Call MongoClient.connect only once, and reuse the instance. Connection management is done by the driver and the number of connections can be specified in the option of MongoClient.connect. Sample Code db.js // Keep the mongoDB conne…