2 مستودعات
وكلاء يُستخدمون أثناء التطوير لربط طلبات الواجهة الأمامية (frontend) بخادم خلفي (backend) لتجاوز قيود CORS.
يختلف عن وكلاء الخلفية (Backend Proxies): القائمة المختصرة تركز على الأنفاق الآمنة أو توجيه حركة مرور الإنتاج، وليس وكلاء تجاوز CORS أثناء التطوير.
Explore 2 awesome GitHub repositories matching web development · وكلاء واجهة برمجة التطبيقات (API) للتطوير. Refine with filters or upvote what's useful.
dumi is a static site generator and markdown-based documentation tool specifically designed for software component libraries. It transforms markdown files and source code into structured technical guides and API references. The project distinguishes itself by providing an interactive component playground that renders live, runnable code demos directly in the browser. It includes an automated API reference generator that parses source code to create documentation tables and property descriptions. Additionally, it supports a monorepo documentation workflow with source mapping and hot module rep
Provides a development proxy to route frontend requests to a backend and bypass CORS restrictions.
This project is a pre-configured starter template and development environment for building web applications using TypeScript and React. It provides a project scaffold that automates the initial setup of build configurations and type safety. The environment includes a build pipeline for compiling and bundling React components, alongside a local development server featuring live reloading and integrated linting. It also provides a boilerplate for Progressive Web Apps, incorporating service worker support for offline asset caching. Broad capability areas cover frontend build automation, web app
Provides a proxy mechanism to redirect development requests to a backend server to bypass CORS restrictions.