Skip to content

Commit 712813c

Browse files
committed
Clase 71
1 parent df2c852 commit 712813c

13 files changed

+740
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ Fecha | Teoría | Recursos | Contenido
108108
10/04/19 | [Clase 68](teoria/clase68.md) | [Clase 68](recursos/clase68.md) | Express II: Server Render y plantillas
109109
12/04/19 | [Clase 69](teoria/clase69.md) | [Clase 69](recursos/clase69.md) | Express III: Middleware y Patrones
110110
22/04/19 | [Clase 70](teoria/clase70.md) | Clase 70 | Resolviendo Ejercicios y repasando
111+
24/04/19 | [Clase 71](teoria/clase71.md) | [Clase 71](recursos/clase71.md) | Express IV: Mas allá de Express
112+
111113

112114

113115
[Temario](https://coggle.it/diagram/W5ZfeGRd293lprIt/t/master-js-y-node-de-fictizia)

assets/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -591,3 +591,19 @@
591591
- https://thearchitectureofarchitectures.files.wordpress.com/2009/12/anthonylau.jpg
592592
- https://camo.githubusercontent.com/af25dcefb2d951a9925adfc0c2c11f9684e19c1e/687474703a2f2f61647269616e6d656a69612e636f6d2f696d616765732f657870726573732d6d6964646c6577617265732e706e67
593593
- https://ouranos.com.ng/wp-content/uploads/2017/12/spaghetti-code.png
594+
595+
596+
### clase70
597+
598+
599+
### clase71
600+
601+
- https://image.slidesharecdn.com/presentacion-pillarsjs-150617060707-lva1-app6891/95/pillarsjs-framework-de-desarrollo-web-para-nodejs-2-638.jpg?cb=1434521845
602+
- https://felixsanz.com/images/articles/la-gran-contribucion-de-paypal-a-nodejs-la-suite-kraken/01.png
603+
- https://erudika.com/assets/img/loopback.png
604+
- https://loopback.io/images/overview/loopback-flow.png
605+
- https://embedwistia-a.akamaihd.net/deliveries/728d3835b669f2678071c721d035d270.jpg?image_crop_resized=1280x720
606+
- https://camo.githubusercontent.com/6c76c5e3904170744bad0031ac667f8bc252147f/687474703a2f2f692e696d6775722e636f6d2f52497675392e706e67
607+
- https://cdn-images-1.medium.com/max/2000/1*KV5Uyy1RYBh4TKvivBUAgQ.jpeg
608+
- https://19yw4b240vb03ws8qm25h366-wpengine.netdna-ssl.com/wp-content/uploads/restify-node.js-framework.png
609+
- https://strongloop.com/blog-assets/2014/04/StrongLoop-API-Explorer.png
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

recursos/clase71.md

+152
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
![shieldsIO](https://img.shields.io/github/issues/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed3.svg)
2+
![shieldsIO](https://img.shields.io/github/forks/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed3.svg)
3+
![shieldsIO](https://img.shields.io/github/stars/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed3.svg)
4+
5+
![WideImg](http://fictizia.com/img/github/Fictizia-plan-estudios-github.jpg)
6+
7+
# Máster en Programación FullStack con JavaScript y Node.js
8+
### JS, Node.js, Frontend, Backend, Firebase, Express, Patrones, HTML5_APIs, Asincronía, Websockets, Testing
9+
10+
## Clase 71
11+
12+
### krakenjs
13+
14+
**Modulos**
15+
- [Lusca](http://github.com/krakenjs/lusca) *Application security for express apps.*
16+
- [Kappa](https://github.com/krakenjs/kappa) *A hierarchical npm-registry proxy*
17+
- [Makara](http://krakenjs.com/makara.html) *Internationalization support for Kraken with Dust Templating*
18+
- [Adaro](http://krakenjs.com/adaro.html) *Templating using DustJS*
19+
20+
**Recursos**
21+
- [Web Oficial](http://krakenjs.com/)
22+
- [Github](https://github.com/krakenjs/kraken-js)
23+
- [krakenjs | Getting started](http://krakenjs.com/#getting-started)
24+
- [krakenjs | examples](http://krakenjs.com/index.html#examples)
25+
- [krakenjs | news](http://krakenjs.com/blog.html)
26+
- [La gran contribución de PayPal a Node.js: la suite Kraken](https://felixsanz.com/articulos/la-gran-contribucion-de-paypal-a-nodejs-la-suite-kraken)
27+
- [Kraken js at paypal](https://www.slideshare.net/lennymarkus/node-js-at-paypal)
28+
- [From Java to Node - the PayPal story](http://blog.builtinnode.com/post/from-java-to-node---the-paypal-story#)
29+
30+
### Web frameworks: Strongloop y Loopback
31+
- [Web Oficial](http://loopback.io/)
32+
- [Loopback | Getting started](https://loopback.io/getting-started/)
33+
- [Loopback | Examples](https://loopback.io/examples/)
34+
- [Loopback | Docs](https://loopback.io/doc/)
35+
- [Loopback | Resources](https://loopback.io/resources/)
36+
- [Loopback | Contributing](https://loopback.io/contributing/)
37+
- [The busy JavaScript developer's guide to LoopBack](https://www.ibm.com/developerworks/library/wa-get-started-with-loopback-neward-1/index.html)
38+
- [Getting Started with Node.js and LoopBack](https://semaphoreci.com/community/tutorials/getting-started-with-node-js-and-loopback)
39+
40+
### Web frameworks: Hapi.js
41+
- [Web Oficial](https://hapijs.com/)
42+
- [Github](https://github.com/hapijs/hapi)
43+
- [@hapijs en Twitter](https://twitter.com/hapijs)
44+
- [Hapi.js | Latest Updates](https://hapijs.com/updates)
45+
- [Hapi.js | Getting started](https://hapijs.com/tutorials)
46+
- [Hapi.js | API](https://hapijs.com/api)
47+
- [Hapi.js | Community](https://hapijs.com/community)
48+
- [Hapi.js | Plugins](https://hapijs.com/plugins)
49+
- [Hapi.js | Resources](https://hapijs.com/resources)
50+
- [Cómo empezar una API RESTful con hapi.js](https://medium.com/noders/c%C3%B3mo-empezar-una-api-restful-con-hapi-js-da9e36610ede)
51+
- [Create a Server in Hapi JS](https://medium.com/@vsvaibhav2016/create-a-server-in-hapi-js-7d0c43add545)
52+
- [Introduction to Hapi.js](https://medium.com/@jsonmez/introduction-to-hapi-js-c128f40bd919)
53+
- [How to set-up a powerful API with Nodejs, GraphQL, MongoDB, Hapi, and Swagger](https://medium.freecodecamp.org/how-to-setup-a-powerful-api-with-nodejs-graphql-mongodb-hapi-and-swagger-e251ac189649)
54+
- [Creating RESTful API with Node.js: Hapi vs. Express](https://medium.com/@cabot_solutions/creating-restful-api-with-node-js-hapi-vs-express-ccb97a776c02)
55+
56+
### Web frameworks: Sails.js
57+
- [Web Oficial](https://github.com/balderdashy/sails)
58+
- [Sailsjs | Get Started](https://sailsjs.com/get-started)
59+
- [Sailsjs | Support](https://sailsjs.com/support)
60+
- [Sailsjs | Docs](https://sailsjs.com/documentation/reference)
61+
- [Intro to Sails.js](https://medium.com/@josephdlawson21/intro-to-sails-js-99a2016bf37d)
62+
63+
### Web frameworks: Koa.js
64+
- [Web Oficial](http://koajs.com/)
65+
- [Koa | Koa for Express Users](https://github.com/koajs/koa/blob/HEAD/docs/koa-vs-express.md)
66+
- [Koa | Usage Guide](https://github.com/koajs/koa/blob/HEAD/docs/guide.md)
67+
- [Koa | Error Handling](https://github.com/koajs/koa/blob/HEAD/docs/error-handling.md)
68+
- [Koa | API Docs](https://github.com/koajs/koa/blob/HEAD/docs/api/index.md)
69+
- [Koa | FAQ](https://github.com/koajs/koa/blob/HEAD/docs/faq.md)
70+
71+
72+
73+
### Web frameworks: restify
74+
- [Web Oficial](http://restify.com/)
75+
- [Restify | Docs](http://restify.com/docs/home/)
76+
77+
### Web frameworks: Pillrsjs
78+
79+
- [Web oficial](http://pillarsjs.com/)
80+
- [Github](https://github.com/pillarsjs)
81+
- [NPM](https://www.npmjs.com/package/pillars)
82+
- [Twitter](https://twitter.com/pillarsjs?lang=es)
83+
84+
**Documentación**
85+
- [Primeros pasos](http://pillarsjs.com/started/comenzando)
86+
- [Tutoriales](http://pillarsjs.com/tutorials/nodejs)
87+
- [Referencia](http://pillarsjs.com/reference)
88+
89+
**Presentaciones**
90+
- [Pillars.js framework de desarrollo web para Node.js (2015)](https://es.slideshare.net/cheloq/pillarsjs-framework-de-desarrollo-web-para-nodejs)
91+
- [Pillarjs & GoblinDB, Prototype like a Boss!](https://slides.com/ulisesgascon/pillarjs-goblindb-prototype-like-a-boss#/6)
92+
93+
**Vídeos**
94+
- [34º Betabeers Huelva - Desarrollo en NodeJS con PillarJS](https://www.youtube.com/watch?v=QrjhfRaV7mc)
95+
96+
**Proyectos**
97+
- [AireMAD](http://airemad.com/#/)
98+
- [Vanity.pillarsjs](https://github.com/pillarsjs/vanity/tree/dev)
99+
100+
101+
### Web frameworks: Muchos más...
102+
103+
**Recursos**
104+
- [State of JS | Back-end Frameworks – Worldwide Usage](https://2017.stateofjs.com/2017/back-end/worldwide/)
105+
- [Node.js performance vs Hapi, Express, Restify, Koa & More](https://raygun.com/blog/nodejs-vs-hapi-express-restify-koa/)
106+
- [NPM Trends | express, koa, pillars,kraken, loopback, hapi, sails](https://www.npmtrends.com/express-vs-koa-vs-pillars-vs-kraken-vs-loopback-vs-hapi-vs-sails)
107+
- [NPM Trends | koa, kraken, loopback, hapi, sails](https://www.npmtrends.com/koa-vs-kraken-vs-loopback-vs-hapi-vs-sails)
108+
109+
**Frameworks**
110+
- [Feathers](http://feathersjs.com)
111+
- [Meteor](https://www.meteor.com)
112+
- [ThinkJS](https://github.com/thinkjs/thinkjs)
113+
- [ActionHero](https://github.com/actionhero/actionhero)
114+
- [MERN](http://mern.io)
115+
- [Next.js](https://github.com/zeit/next.js)
116+
- [Nuxt.js](https://github.com/nuxt/nuxt.js)
117+
- [seneca](https://github.com/senecajs/seneca)
118+
- [AdonisJs](http://adonisjs.com)
119+
- [Hemera](https://github.com/hemerajs/hemera)
120+
- [Micro](https://github.com/zeit/micro)
121+
- [Moleculer](https://moleculer.services)
122+
- [Fastify](https://github.com/fastify/fastify)
123+
- [Nest](https://github.com/nestjs/nest)
124+
- [Zeronode](https://github.com/sfast/zeronode)
125+
- [TypeGraphQL](https://github.com/19majkel94/type-graphql)
126+
127+
### Static site generators
128+
129+
- [Wintersmith](https://github.com/jnordberg/wintersmith)
130+
- [Assemble](https://github.com/assemble/assemble/)
131+
- [DocPad](https://github.com/docpad/docpad)
132+
- [Phenomic](https://github.com/phenomic/phenomic)
133+
- [docsify](https://github.com/QingWei-Li/docsify)
134+
135+
136+
### Content management systems
137+
138+
- [KeystoneJS](https://github.com/keystonejs/keystone)
139+
- [ApostropheCMS](https://github.com/apostrophecms/apostrophe)
140+
- [Strapi](https://github.com/strapi/strapi)
141+
- [Tipe](https://github.com/tipeio/tipe)
142+
143+
144+
### Forum
145+
146+
- [nodeBB](https://github.com/NodeBB/NodeBB)
147+
148+
149+
### Blogging
150+
151+
- [Ghost](https://github.com/TryGhost/Ghost)
152+
- [Hexo](https://github.com/hexojs/hexo)

0 commit comments

Comments
 (0)