HeryksonGomes / server-http-js

Servidores web utilizando js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NODEJS - KOAJS - HAPIJS

Run

$ node server.js

EXPRESSJS

Run

$ node server

Erros

Error: Cannot find module 'express'

$ npm install express --save

Error: Cannot find module 'hapi'

$ npm install hapi --save

Error: Cannot find module 'koa'

$ npm install --save koa

About

Servidores web utilizando js


Languages

Language:JavaScript 100.0%