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) والمزخرفات (decorators) لتنظيم منطق الأعمال المعقد وهياكل جانب الخادم القابلة للصيانة. يوفر إطار العمل دعماً متعدد البروتوكولات لـ HTTP، وgRPC، وWebSockets، مما يسمح لبيئة واحدة بالتعامل مع متطلبات شبكات الخدمة إلى الخدمة المتنوعة. كما يتضمن طبقة محول متعددة وقت التشغيل تتيح نشر التطبيقات عبر الحاويات التقليدية ومنصات السحابة بدون خادم (serverless) المختلفة. تشمل القدرات الإضافية نظام إضافات قائم على المكونات للامتدادات النمطية، وخط أنابيب تنفيذ وسيط لمعالجة الطلبات، وأدوات لاتصال 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.