开源地址:FastGateway: FastGateway 一个超级简单方便的网关,基于Kestrel+Yarp实现的网关。 支持动态配置路由,支持动态配置集群,支持动态配置HTTPS证书,无需重启即可使用。 (gitee.com)[1] [1] FastGateway: FastGateway 一个超级简单方便的网关,基于Kestrel+Yarp实现的网关。 支持动态配置路由,支持动态配置集群,支持...
FastGateway 一个超级简单方便的网关,基于Kestrel+Yarp实现的网关。支持动态配置路由,支持动态配置集群,支持动态配置HTTPS证书,无需重启即可使用。 Gateway dotNET TSX 等6 种语言 Apache-2.0 发行版 (9) 全部 v2.0.0.2 5个月前 FastGateway 开源评估指数 生产力 创新力 稳健性 协作 贡献者 软件 贡献...
借助FastGateway的强大功能,他们可以轻松地在控制台上修改路由设置,而这一切都将在用户无感知的情况下完成。又或者,在一个大型企业内部,IT部门可以通过动态路由来优化资源分配,确保关键业务优先获得足够的带宽和支持。无论是哪种场景,FastGateway都能够提供稳定可靠的支持,让开发者专注于业务创新而非繁琐的技术细节。 #...
docker run -d --restart always --name gateway-api -p 8000:8000 -p 8200:8080 -p 8300:8081 -v $(pwd)/data:/data/ registry.cn-shenzhen.aliyuncs.com/tokengo/gateway-api docker run -d --restart always --privileged --name gateway-web -p 10800:80 -e api_url=http://localhost:8000 re...
FastGateway 是一个高性能的网关,旨在替代传统的 Nginx 网关。它具有许多优势,使得在许多用例中,FastGateway 成为 Nginx 的理想替代品。首先,FastGateway 是为微服务架构而设计的。在微服务架构中,服务之间的通信非常重要,FastGateway 提供了强大的路由和过滤功能,以确保请求能够正确地路由到正确的服务。此外,Fast...
FastGateway.sln 增加docker-compose Jul 28, 2024 LICENSE 初始化 Jul 22, 2024 README-zh-cn.md Update README-zh-cn.md Nov 28, 2024 README.md Update README.md Nov 28, 2024 docker-compose.yml Update docker-compose.yml Nov 13, 2024 ...
/fast-gateway/ /fast-gateway/ lib/ folder 4.59 kB LICENSE text/plain 1.08 kB README.md text/markdown 1.9 kB index.d.ts application/typescript 1.92 kB index.js application/javascript 4.32 kB package.json application/json 1.71 kBPackage Sidebar Install npm i fast-gateway Repository github.com/...
npmifast-gateway Usage Gateway constgateway=require('fast-gateway')constserver=gateway({routes:[{prefix:'/service',target:'http://127.0.0.1:3000'}]})server.start(8080) Remote Service constservice=require('restana')()service.get('/get',(req,res)=>res.send('Hello World!'))service.start(...
完整的更新日志:https://gitee.com/hejiale010426/FastGateway/compare/0.0.0.3...v0.0.0.4 最后提交信息为:修复端口为443则无法正确添加Alt-svc 0.0.0.3 6d915ec 2024-01-29 01:04 对比 支持隧道功能 Token 支持隧道 删除请求日志记录防止请求过大导致影响代理 ...
services:fast-gateway.service:image:aidotnet/fast-gatewaycontainer_name:fast-gateway.servicerestart:alwaysvolumes: -./data:/app/data-./certs:/app/certsports: -"8000:8080"-"80:80"-"443:443/udp"-"443:443/tcp" Usingsystemdto Start Services on Linux ...