An open API service indexing awesome lists of open source software.

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.

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). |