Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giltayar/micro-next-workshop
(This workshop was never live. I studied for it, but never continued it, and it was not done)
https://github.com/giltayar/micro-next-workshop
micro microservice nextjs react zeit
Last synced: 10 days ago
JSON representation
(This workshop was never live. I studied for it, but never continued it, and it was not done)
- Host: GitHub
- URL: https://github.com/giltayar/micro-next-workshop
- Owner: giltayar
- License: unlicense
- Created: 2017-03-03T15:21:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T07:47:39.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T15:06:59.029Z (2 months ago)
- Topics: micro, microservice, nextjs, react, zeit
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# micro-next-workshop
In this workshop, we learn how to build a complete web application architecture based on Node.JS. We will create a microservice for JSON endpoints with micro, a lightweight framework for async HTTP micro services. We will see how easy it is to test such a service. We will use it by creating a Universal JavaScript app, using next.js, for server-rendered JavaScript web apps, built on top of React, Webpack and Babel, and utilizing the microservice both from the server and from the client. Finally, we will deploy both the app and the microservice, using now - a lightweight way to deploy applications on the web.