Skip to content

Commit

Permalink
Formatted citations using block-quotes instead of a code block.
Browse files Browse the repository at this point in the history
  • Loading branch information
5pitf1re committed Jul 8, 2012
1 parent 10eef1c commit bfab1f6
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?

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
data-intensive real-time applications that run across distributed devices.
> 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
> data-intensive real-time applications that run across distributed devices.
..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
installed and MongoDB setup on your developer machine.
Expand Down

0 comments on commit bfab1f6

Please sign in to comment.