Skip to content

dmorosinotto/XE_Nodejs

Repository files navigation

XE_Nodejs

XE Nodejs - Session 17-02-2017

This repo contains my slides and samples of the XE.NET session about: comparing Node.js and ASP.NET Core You can find the ASP.NET Core materials here by Andrea Dottor

##VIDEO If you weren't preset at our event you are lucky we have register all the session so you can watch it

##PRE-REQUISITES

##DEMOS To run a demo follow these simple steps:

> cd <sample_dir>       //example: cd 1-helloworld
> npm install           //to install packages needed
> npm start & npm test  //to run the sample server and related test