2 个仓库
Architectural patterns for integrating specific frontend frameworks with corresponding backend service layers.
Distinct from Vue-Based Frameworks: Covers the synergy between two specific technologies (Vue and Spring Boot) rather than just the development of one.
Explore 2 awesome GitHub repositories matching web development · Full-Stack Integrations. Refine with filters or upvote what's useful.
Midway 是一套用于 Node.js 的后端框架,旨在构建企业级微服务和全栈应用。它以依赖注入架构为核心,使用控制反转(IoC)容器和装饰器来组织复杂的业务逻辑并维护可扩展的服务器端结构。 该框架提供针对 HTTP、gRPC 和 WebSocket 的多协议支持,允许单一环境处理多样化的服务间网络需求。它还包括一个多运行时适配器层,使应用能够部署在传统容器和各种无服务器云平台上。 其他功能包括用于模块化扩展的组件化插件系统、用于请求处理的中间件执行流水线,以及用于前端界面与后端逻辑之间统一 API 连接的工具。该系统还结合了请求数据验证和标准化的错误处理。
Facilitates full-stack integration by connecting frontend interfaces directly to backend logic.
VBlog is a multi-user content management system designed for creating, editing, and organizing blog posts. It consists of a Spring Boot blog platform providing a RESTful blogging API and a reactive Vue.js frontend application. The system enables multiple authors to publish and manage their own articles, supporting both multi-user blog management and personal knowledge publishing. The platform integrates content management capabilities with a layered service architecture, utilizing JWT-based session authentication and relational database persistence for data integrity.
Integrates a Vue.js frontend with a Spring Boot backend to create a cohesive full-stack application.