Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.45 KB

useful-links.md

File metadata and controls

39 lines (27 loc) · 2.45 KB

#Useful links about MongoDB, Node.js and Countly libraries

Here's a quick list of MongoDB and Node.js related documents and HOWTOs. It'll help you administer your system securely and with ease.

Most of the links below are directly linked to MongoDB & Node.js official documentation, so if you need something more in depth, please refer to these two sites for more information.

MongoDB installation and maintanence

##Node.js links

Node.js is used at the backend of the whole Countly framework. In fact, 99% of Countly is written in Javascript, which is also the native language of Node.js.

Frameworks, modules & libraries

There are a few Node.js modules included in Countly you can have a look at:

  • GeoIP-lite, which is used to convert IPs to country and city names.
  • Moment, a lightweight javascript date library for parsing, manipulating, and formatting dates.
  • Mongoskin, a wrapper of node-mongodb-native driver.
  • Time, a simple binding for C time API.

Apart from those above, there are several Javascript libraries bundled with Countly. This list is for reference purposes.