Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.18 KB

File metadata and controls

46 lines (26 loc) · 1.18 KB
layout post
title Essential software
author NodeKC
tags

Essentials for getting started

Node.js

Download and install the most up to date version of Node.JS:

http://nodejs.org/

MongoDB (for a later lab)

Download and install MongoDB:

Installers:

http://www.mongodb.org/downloads

Installation Instructions:

http://docs.mongodb.org/manual/installation/

A nice text editor

Sublime Text

A good text editor is essential for completing these labs. I recommend Sublime Text because it is cross-platform, free, and has a very simple to use interface:

http://www.sublimetext.com/

WebStorm

If you want a more powerful Integrated Development Environment try WebStorm:

http://www.jetbrains.com/webstorm/

Telnet for Windows or Cygwin

It may help to be able to connect to your application from a command prompt. For this you need a tool like nc (linux) or telnet (windows). I recommend to install Cygwin over whatever windows has to offer.

http://www.cygwin.com/