awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
VulcanJS avatar

VulcanJS/VulcanArchived

0
View on GitHub↗
7,908 نجوم·1,827 تفرعات·JavaScript·MIT·8 مشاهداتvulcanjs.org↗

Vulcan

Vulcan هو إطار عمل GraphQL لـ Meteor يدمج طبقة بيانات GraphQL مع مكونات React لبناء تطبيقات ويب كاملة المكدس (full-stack). يوفر نهجاً منظماً لتطوير التطبيقات داخل نظام Meteor البيئي، مع التركيز على المزامنة في الوقت الفعلي وإدارة البيانات الموحدة.

يُمكّن إطار العمل سير عمل تطوير يربط واجهات مستخدم React بـ GraphQL API. يوسع منصة Meteor باستخدام GraphQL كطبقة بيانات أساسية للتعامل مع إدارة الحالة وجلب البيانات.

يغطي النظام تطوير الويب كامل المكدس من خلال نموذج إدارة حالة قائم على المخطط (schema-driven)، وتنسيق الاستعلام من جانب العميل، وطبقة عرض تعريفية.

Features

  • GraphQL Frameworks for Meteor - Provides a comprehensive GraphQL framework integrated with React components for the Meteor platform.
  • Reactive GraphQL Data Layers - Implements a reactive GraphQL data layer that synchronizes the client-side state with the backend schema.
  • Schema-Driven State Management - Derives application state from the GraphQL schema to ensure consistent data structures and type safety.
  • GraphQL Web Applications - Enables the construction of full-stack web applications designed around GraphQL APIs for state management.
  • Meteor Framework Implementations - Integrates directly with the Meteor framework to utilize its built-in real-time synchronization capabilities.
  • GraphQL Extensions - Extends the Meteor platform by adding a structured GraphQL data layer for state management.
  • GraphQL Query Mappings - Maps GraphQL query results to a tree of declarative React components for UI rendering.
  • Client-Side Request Dispatchers - Provides mechanisms to orchestrate the sending of structured GraphQL requests from the React frontend to the backend.
  • Full-Stack Web Applications - Provides a unified approach to building complete web applications combining a GraphQL backend with a React frontend.
  • React GraphQL Hooks - Integrates GraphQL data fetching and state management directly into React components.
  • Open Source Apps - Toolkit for building React and GraphQL apps.

سجل النجوم

مخطط تاريخ النجوم لـ vulcanjs/vulcanمخطط تاريخ النجوم لـ vulcanjs/vulcan

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة vulcanjs/vulcan؟

Vulcan هو إطار عمل GraphQL لـ Meteor يدمج طبقة بيانات GraphQL مع مكونات React لبناء تطبيقات ويب كاملة المكدس (full-stack). يوفر نهجاً منظماً لتطوير التطبيقات داخل نظام Meteor البيئي، مع التركيز على المزامنة في الوقت الفعلي وإدارة البيانات الموحدة.

ما هي الميزات الرئيسية لـ vulcanjs/vulcan؟

الميزات الرئيسية لـ vulcanjs/vulcan هي: GraphQL Frameworks for Meteor, Reactive GraphQL Data Layers, Schema-Driven State Management, GraphQL Web Applications, Meteor Framework Implementations, GraphQL Extensions, GraphQL Query Mappings, Client-Side Request Dispatchers.

ما هي البدائل مفتوحة المصدر لـ vulcanjs/vulcan؟

تشمل البدائل مفتوحة المصدر لـ vulcanjs/vulcan: wekan/wekan — Wekan is an open-source, self-hosted Kanban project management tool used for organizing workflows through boards,… sysgears/apollo-universal-starter-kit — Apollo Universal Starter Kit is a full-stack application boilerplate and starter template designed to accelerate… clintonwoo/hackernews-react-graphql — This project is a GraphQL web application with a React frontend that utilizes server-side rendering to generate HTML… graphql-boilerplates/react-fullstack-graphql — This project provides a foundational boilerplate for building full-stack web applications that connect React frontend… akryum/vue-apollo — Vue Apollo is a GraphQL integration library for Vue applications that connects Vue components to GraphQL APIs using… howtographql/howtographql — This project is a comprehensive educational resource and fullstack tutorial for GraphQL development. It provides…

بدائل مفتوحة المصدر لـ Vulcan

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Vulcan.
  • wekan/wekanالصورة الرمزية لـ wekan

    wekan/wekan

    20,971عرض على GitHub↗

    Wekan is an open-source, self-hosted Kanban project management tool used for organizing workflows through boards, lists, and cards. It is a real-time web application that allows teams to manage tasks on private infrastructure. The platform distinguishes itself with extensive data migration tools, specifically for importing boards and cards from Trello. It supports enterprise-grade identity integration via LDAP, OpenID Connect, and OAuth2, and offers flexible storage options including PostgreSQL as a primary relational backend and pluggable cloud storage for attachments. The system covers a w

    JavaScript
    عرض على GitHub↗20,971
  • clintonwoo/hackernews-react-graphqlالصورة الرمزية لـ clintonwoo

    clintonwoo/hackernews-react-graphql

    4,533عرض على GitHub↗

    This project is a GraphQL web application with a React frontend that utilizes server-side rendering to generate HTML on the server for improved initial load times and search engine indexing. The application supports both static site generation for fast delivery via pre-rendered HTML files and containerized deployment to ensure consistent runtime behavior across different environments. The project includes capabilities for GraphQL data integration, frontend asset optimization through code-splitting, and component UI verification using snapshot testing. It also provides a mechanism for managin

    TypeScriptapolloexpressgraphql
    عرض على GitHub↗4,533
  • graphql-boilerplates/react-fullstack-graphqlالصورة الرمزية لـ graphql-boilerplates

    graphql-boilerplates/react-fullstack-graphql

    1,432عرض على GitHub↗

    This project provides a foundational boilerplate for building full-stack web applications that connect React frontend interfaces to backend GraphQL services. It serves as a structured environment for developers to initialize both client and server components, ensuring a unified architecture for data-driven software. The framework emphasizes a schema-first approach to API design, allowing for consistent data modeling across the entire stack. It includes pre-configured templates that integrate authentication and real-time subscription capabilities, alongside modular middleware for managing requ

    JavaScriptapolloapollographqlgraphcool
    عرض على GitHub↗1,432
  • sysgears/apollo-universal-starter-kitالصورة الرمزية لـ sysgears

    sysgears/apollo-universal-starter-kit

    1,678عرض على GitHub↗

    Apollo Universal Starter Kit is a full-stack application boilerplate and starter template designed to accelerate cross-platform development across web, mobile, and server environments. It provides a modular architecture that organizes code into independent, self-contained feature directories, combined with a GraphQL-driven data layer and a server-side rendering pipeline to optimize performance and search engine optimization. The project incorporates compile-time code generation tooling to automatically scaffold schemas, resolvers, and components, alongside a real-time subscription engine for

    JavaScriptangularapolloauth
    عرض على GitHub↗1,678
عرض جميع البدائل الـ 30 لـ Vulcan→