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

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

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

1 مستودع

Awesome GitHub RepositoriesClient-Server Isolation

Mechanisms that restrict variable visibility between server and client contexts to prevent secret leakage.

Distinct from Variable Scope Controls: Focuses on the architectural boundary between server and browser rather than general system programming variable lifetimes.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Client-Server Isolation. Refine with filters or upvote what's useful.

Awesome Client-Server Isolation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • t3-oss/t3-envالصورة الرمزية لـ t3-oss

    t3-oss/t3-env

    3,782عرض على GitHub↗

    t3-env is a type-safe environment manager and schema validator for TypeScript. It maps environment variables to static types to provide autocompletion and prevents configuration errors through a system that verifies required variables are present and correctly formatted before an application starts. The project enforces strict variable scope to isolate server-side secrets from the client browser, preventing sensitive data from leaking into client-side bundles. It also provides configuration presets tailored to the naming conventions of specific hosting and deployment platforms. The library i

    Enforces strict boundaries to ensure sensitive server-side secrets are never leaked into client-side bundles.

    TypeScript
    عرض على GitHub↗3,782
  1. Home
  2. Programming Languages & Runtimes
  3. Variable Scope Controls
  4. Client-Server Isolation