1.0.0 • Published 7 years ago

xe-nodejs-mock v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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