https://github.com/shyam-chen/micro-fullstack
:maple_leaf: ECMAScript Microservices Development: Build, test, deploy, and scale microservices in ECMAScript.
https://github.com/shyam-chen/micro-fullstack
microfrontends microservices mircro-frontends qiankun single-spa vite web-components webcomponents
Last synced: 2 months ago
JSON representation
:maple_leaf: ECMAScript Microservices Development: Build, test, deploy, and scale microservices in ECMAScript.
- Host: GitHub
- URL: https://github.com/shyam-chen/micro-fullstack
- Owner: Shyam-Chen
- License: mit
- Created: 2018-02-22T03:18:41.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T05:13:58.000Z (over 1 year ago)
- Last Synced: 2024-10-12T23:13:42.803Z (8 months ago)
- Topics: microfrontends, microservices, mircro-frontends, qiankun, single-spa, vite, web-components, webcomponents
- Language: JavaScript
- Homepage:
- Size: 7.31 MB
- Stars: 28
- Watchers: 4
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micro Fullstack
:maple_leaf: **JavaScript Microservices Development**: Build, test, deploy, and scale microservices in TypeScript.
Here's how to make microservices development quick and easy:
- Develop microservice applications using [TypeScript][typescript]
- Integrate multiple single-page applications on a single page with [Garfish][garfish]
- Develop multiple micro-frontend service applications using [Vue][vue]
- Design a service gateway and registry with [Caddy][caddy]
- Develop multiple micro-backend service applications using [Fastify][fastify]
- Containerize microservice-based applications with [Docker][docker]
- Automate cloud infrastructure management with [Pulumi][pulumi][typescript]: https://www.typescriptlang.org/
[garfish]: https://www.garfishjs.org/
[vue]: https://vuejs.org/
[caddy]: https://caddyserver.com/
[fastify]: https://fastify.dev/
[docker]: https://www.docker.com/
[pulumi]: https://www.pulumi.com/| Micro Frontends | Micro Backends | Infrastructure as Code |
| --------------------------- | --------------------------- | ----------------------- |
| See [./clients](./clients). | See [./servers](./servers). | See [./infra](./infra). |---
#### Archive
| Micro Frontends | Micro Backends | Infrastructure as Code |
| ------------------- | ------------------- | ---------------------- |
| See [./mfe](./mfe). | See [./mbe](./mbe). | See [./iac](./iac). |