Skip to content

Commit

Permalink
Merge pull request #73 from mainerror/patch-1
Browse files Browse the repository at this point in the history
Formatted citations using block-quotes instead of a code block.
  • Loading branch information
creationix committed Jul 9, 2012
2 parents 10eef1c + bfab1f6 commit f3d8e4b
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -11,13 +11,13 @@ a better experience to their users by build more capable, performant and scalabl


So what is Node.js? So what is Node.js?


Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. > Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for > Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for
data-intensive real-time applications that run across distributed devices. > data-intensive real-time applications that run across distributed devices.
..and what is MongoDB? ..and what is MongoDB?


MongoDB is a scalable, high-performance, open source NoSQL database. > MongoDB is a scalable, high-performance, open source NoSQL database.
This post will cover the basics and get you started with your Node.js + MongoDB app. Make sure you have Node.js This post will cover the basics and get you started with your Node.js + MongoDB app. Make sure you have Node.js
installed and MongoDB setup on your developer machine. installed and MongoDB setup on your developer machine.
Expand Down

0 comments on commit f3d8e4b

Please sign in to comment.