《史上最简单的Spring Cloud教程源码》
-
Updated
Jun 10, 2020 - Java
{{ message }}
《史上最简单的Spring Cloud教程源码》
基于SpringCloud(Hoxton.SR7) + SpringBoot(2.2.9.RELEASE) 的微服务脚手架,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API、分布式事务、大文件断点分片续传等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。核心技术采用Nacos、Fegin、Ribbon、Zuul、Hystrix、JWT Token、Mybatis、SpringBoot、Redis、RibbitMQ等主要框架和中间件。
HTTP API Gateway
A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
Is your feature request related to a problem? Please describe.
As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.
Describe the solution you'd like
We should provide some sanity checking to prevent unintended timeout behavior.
MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale compatibility, SMS & LORA.
IBM API Connect Microgateway framework, built on Node.js & Nginx
Gravitee.io - API Management - OpenSource API Gateway
a homebridge plugin for XiaoMi Aqara plugin.
A Faster Lightweight Full-Stack PHP Framework
Janusec Application Gateway, Provides Fast and Secure Application Delivery. JANUSEC应用网关,提供快速、安全的应用交付。
Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
We do a few JSON.parse() that we should replace with https://github.com/fastify/secure-json-parse. It's not strictly a security issue, but it would be great to do it to protect against possible attacks.
Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
Enterprise Gateway documentation spans various roles and forms for information. It would be helpful to have this reorganized based on a consumer's role. Something similar to how the Jupyter Server or Zero to JupyterHub docs would be nice.
Sections for
A complete payment library for Elixir and Phoenix Framework
Full-featured, middleware-oriented, programmatic HTTP and WebSocket proxy for node.js
Eclipse Kura™ project - http://eclipse.org/kura
Full Lifecycle Management API Gateway.
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
.net core fast http and websocket gateway components
Configurable API gateway that acts as a reverse proxy with a plugin system.
Game server framework based on cellnet
Add a description, image, and links to the gateway topic page so that developers can more easily learn about it.
To associate your repository with the gateway topic, visit your repo's landing page and select "manage topics."
In our codebase, we push
RequestContextand immediately run some code with try-with-resources.For example:
If
RequestContextprovidesrun(Runnable)orcall(Callable)we can reduce boilerplate code and simplify it.This is inspired by g