7 مستودعات
Platforms that support server-side rendering for web applications.
Distinguishing note: Focuses on runtime execution of server-side code.
Explore 7 awesome GitHub repositories matching web development · Server-Side Rendering Support. Refine with filters or upvote what's useful.
React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.
Provides initial snapshot values for server-side environments to ensure consistent data rendering during hydration.
Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup
Enables server-side rendering capabilities for web applications.
vue-quill-editor هو مكون محرر نصوص غني Quill لتطبيقات Vue. يوفر واجهة WYSIWYG قابلة للتوسيع لإنشاء وتنسيق محتوى النص الغني داخل تطبيقات الويب. تم تصميم المكون ليكون متوافقاً مع SSR، مما يضمن عمله في كل من تطبيقات الصفحة الواحدة من جانب العميل وبيئات العرض من جانب الخادم لمنع أخطاء الترطيب (Hydration). تدعم المكتبة تكامل المكونات الإضافية الخارجية للوظائف المتخصصة مثل إنشاء الجداول وتغيير حجم الصور. يسمح بالتعامل مع أحداث المحرر وإدارة المحتوى من خلال غلاف مكون قائم على Vue.
Ensures compatibility with server-side rendering environments to prevent hydration mismatches and application crashes.
Nuxt UI is a comprehensive Vue component library built for the Nuxt ecosystem, providing over 125 production-ready, WAI-ARIA compliant components for building modern web applications. The library offers a complete design system with Tailwind CSS theming, supporting dark mode, custom color palettes, semantic color aliases, and runtime theme switching through CSS design tokens. It includes built-in internationalization for over 50 languages, server-side rendering compatibility, and a Figma kit that mirrors the code components for design-to-development consistency. The library distinguishes itse
Components render on the server without hydration issues, ensuring SSR compatibility.
Google map library for react that allows rendering components as markers :tada:
Renders map markers on the server by generating static HTML and CSS for SEO-friendly initial loads.
Varlet هي مكتبة مكونات Vue3 بتصميم Material Design تستخدم لبناء واجهات مستخدم للهواتف المحمولة وسطح المكتب. توفر مجموعة من المكونات الموحدة بناءً على مواصفات Material Design 2 و3. يعمل إطار العمل كجناح واجهة مستخدم عبر المنصات يتكيف بين تفاعلات اللمس على الهاتف المحمول وبيئات سطح المكتب. يتضمن نظام مكونات قابلاً للسمات مع متغيرات تصميم قابلة للتخصيص وإعدادات الوضع المظلم لمواءمة الواجهات مع علامات تجارية محددة. تدعم المكتبة العرض من جانب الخادم لتحسين سرعات تحميل الصفحة الأولية ورؤية محرك البحث. تشمل القدرات الإضافية ترجمة الواجهة متعددة اللغات للمستخدمين العالميين، ومعايير إمكانية الوصول للمستخدمين ذوي الإعاقة، وبنية قابلة للاهتزاز (tree-shakable) لتقليل حجم الحزمة.
Produces static HTML on the server to accelerate initial page delivery and improve search engine indexing.
Kemal is a high-performance web framework for the Crystal language, designed to build scalable applications and APIs. It leverages ahead-of-time native compilation to provide a lightweight server environment that minimizes memory overhead while maintaining fast execution speeds for concurrent requests. The framework distinguishes itself through a pattern-matching route dispatcher and a modular, chainable middleware pipeline that allows for flexible request filtering and custom logic injection. It provides native support for bidirectional WebSocket communication, enabling real-time messaging a
Supports server-side rendering of dynamic HTML pages with layout and view context management.