All Projects → berialjs → Berial

berialjs / Berial

Licence: mit
😈 Simple micro-front-end framework.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Berial

Poplar
A social networking application written by React Native
Stars: ✭ 373 (-14.45%)
Mutual labels:  microservice
Awesome Ocelot
A curated list of awesome ocelot books, courses, trainings, conference talks, blogs and most inspiring open source contributors
Stars: ✭ 386 (-11.47%)
Mutual labels:  microservice
Bk Cmdb
蓝鲸智云配置平台(BlueKing CMDB)
Stars: ✭ 4,269 (+879.13%)
Mutual labels:  microservice
Krakend
Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
Stars: ✭ 4,752 (+989.91%)
Mutual labels:  microservice
Openmicroservices.org
NOT MAINTAINED https://medium.com/@iopeak/open-microservices-specification-1abd8262ad0e
Stars: ✭ 383 (-12.16%)
Mutual labels:  microservice
Cloud Native Starter
Cloud Native Starter for Java/Jakarta EE based Microservices on Kubernetes and Istio
Stars: ✭ 402 (-7.8%)
Mutual labels:  microservice
Hyperf
🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
Stars: ✭ 4,206 (+864.68%)
Mutual labels:  microservice
Nutzboot
NutzBoot,简称NB,是可靠的企业级微服务框架,提供自动配置,嵌入式web服务,分布式会话,服务治理,负载均衡,hystrix,RPC等一篮子解决方案
Stars: ✭ 430 (-1.38%)
Mutual labels:  microservice
Ganesha
🐘 A Circuit Breaker pattern implementation for PHP applications.
Stars: ✭ 384 (-11.93%)
Mutual labels:  microservice
Hydra
后端一站式微服务框架,提供API、web、websocket,RPC、任务调度、消息消费服务器
Stars: ✭ 407 (-6.65%)
Mutual labels:  microservice
Seata
🔥 Seata is an easy-to-use, high-performance, open source distributed transaction solution.
Stars: ✭ 21,351 (+4797.02%)
Mutual labels:  microservice
Digota
ecommerce microservice
Stars: ✭ 382 (-12.39%)
Mutual labels:  microservice
Agileconfig
基于.NET Core开发的轻量级分布式配置中心 / .NET Core light configuration server
Stars: ✭ 403 (-7.57%)
Mutual labels:  microservice
Kong Docs Cn
微服务 Api 网关 Kong 最新文档中文版
Stars: ✭ 371 (-14.91%)
Mutual labels:  microservice
Matecloud
🔥MateCloud是一款基于Spring Cloud Alibaba的微服务架构。目前已经整合Spring Cloud Alibaba、Spring Security Oauth2、Feign、Dubbo、JetCache、RocketMQ等服务套件,为您的开发保驾护航
Stars: ✭ 412 (-5.5%)
Mutual labels:  microservice
Nest Schedule
A cron-like and not-cron-like job distributed scheduler for Nest.js by decorators.
Stars: ✭ 368 (-15.6%)
Mutual labels:  microservice
Microservices Recipes A Free Gitbook
“If you are working in an organization that places lots of restrictions on how developers can do their work, then microservices may not be for you.” ― Sam Newman
Stars: ✭ 393 (-9.86%)
Mutual labels:  microservice
Flower
反应式微服务框架Flower
Stars: ✭ 432 (-0.92%)
Mutual labels:  microservice
Qbike
A demo of share bike using DDD, MicroService and Spring Cloud
Stars: ✭ 429 (-1.61%)
Mutual labels:  microservice
Viper
Viper 是一个基于Anno微服务引擎开发的Dashboard项目、示例项目。Anno 底层通讯采用 grpc、thrift。自带服务发现、调用链追踪、Cron 调度、限流、事件总线等等
Stars: ✭ 402 (-7.8%)
Mutual labels:  microservice

berial logo

Berial

👿 Simple micro-front-end framework.

Build Status npm-v npm-d

Why Berial

Berial is a new approach to a popular idea: build a javascript framework for front-end microservices.

There are any wonderful features of it, such as Asynchronous rendering pipeline, Web components (shadow DOM + scoped css), JavaScript sandbox (Proxy).

Note: different from fre, Berial will pay attention to business value.

Use

<one-app></one-app>
<two-app></two-app>

<script type="module">
  import { register } from 'berial'
  register([{
    name: 'one-app'
    url: '1.html'
    allowList: {} // 沙箱白名单
  },{
    name: 'two-app'
    scripts: ['2.js'] // 可选
  }])
</script>

License

MIT ©yisar ©h-a-n-a

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].