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 is a suite of backend frameworks for Node.js designed to build enterprise microservices and full-stack applications. It centers on a dependency injection architecture using an inversion-of-control container and decorators to organize complex business logic and maintainable server-side structures. The framework provides multi-protocol support for HTTP, gRPC, and WebSockets, allowing a single environment to handle diverse service-to-service networking requirements. It also includes a multi-runtime adapter layer that enables applications to be deployed across traditional containers and va
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.