testing & deploying node.js apps

Post on 26-Jan-2015

117 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

Testing & deployingnode.js user group belgium

Wed 16 Jan 2013 @ Microsoft Belgium

@njug_be - #njugbe

4 simple rules of design

1.Pass the tests

2.Just what you need

3.Minimize duplication

4.Maximize clarity a.k.a. no comments!

I learned this at a code retreat facilitated by @CoLearningBe

BUThow do you test node.js apps?

@njug_be - #njugbe

@njug_be - #njugbe

some populartesting frameworks

mocha

should.js

jasmine

cucumber.js

@njug_be - #njugbe

Let’s deploy!(because our code passed the tests)

@njug_be - #njugbe

@njug_be - #njugbe

some popularnode.js hosting platforms

Heroku

Nodejitsu

Appfog

AWS

Azure

@njug_be - #njugbe

Let’s learn!

@njug_be - #njugbe

Tonight’s talks:

Deploying a MongoDB powered node.js app to AzureSimone Chiaretta - @simonech

Deploying node.js with systemdRuben Vermeersch - @rubenv

BDD with Cucumber.jsJulien Biezemans - @jbpros

@njug_be - #njugbe

Closing thoughtsAgenda & other random stuff

@njug_be - #njugbe

njugbe#3:exploring frameworks & packagesWed 13 Mar 2013 @ Combell Ghent

@njug_be - #njugbe

Other random stuff

Hackathons?

http://nodecopter.com/ & Summer of DronesControlling AR Drones with node.js

@njug_be - #njugbe

top related