4 रिपॉजिटरी
Store shared CSS and JavaScript files at fixed server URLs so browsers cache them once across many HTML outputs.
Distinguishing note: No candidate covers caching static web resources (CSS/JS) at fixed URLs for reuse across multiple HTML outputs.
Explore 4 awesome GitHub repositories matching web development · Static Resource Cache Managers. Refine with filters or upvote what's useful.
pdf2htmlEX is a tool that converts PDF documents into HTML while preserving the original text, fonts, and layout. It uses CSS positioning and font embedding to replicate the PDF's appearance in a browser, producing output that works without JavaScript. The tool can generate a single self-contained HTML file with all resources embedded, or split the document into separate HTML files per page for individual loading and navigation. The converter offers extensive control over the output, including the ability to embed fonts directly into the HTML using base64-encoded Data URIs, or keep them as se
Stores shared CSS and JavaScript files at fixed server URLs for browser caching across many HTML outputs.
jsproxy is a web traffic proxy designed to route requests through a ServiceWorker to bypass network restrictions while minimizing server-side processing overhead. It focuses on browser API virtualization, rewriting URL-related functions and properties so that proxied pages behave as if they are running on their original domains. The project utilizes a decoupled architecture that separates the static user interface from the data forwarding backend, allowing for deployment across multiple providers. It includes weight-based load balancing to distribute traffic across multiple proxy nodes and im
Remembers the last used proxy domain for static assets to maintain browser cache hits.
ServiceStack एक हाई-परफ़ॉर्मेंस .NET वेब फ़्रेमवर्क है जिसे दृढ़ता से टाइप किए गए अनुरोध और प्रतिक्रिया ऑब्जेक्ट्स का उपयोग करके टाइप-सेफ़ APIs बनाने के लिए डिज़ाइन किया गया है। यह एक मैसेज-आधारित API इंजन के रूप में कार्य करता है जो बिज़नेस लॉजिक को ट्रांसपोर्ट लेयर से अलग करता है, जिससे सेवाओं को HTTP, gRPC और विभिन्न मैसेज कतार प्रदाताओं सहित कई प्रोटोकॉल के माध्यम से उजागर किया जा सकता है। यह फ़्रेमवर्क अपने टाइप-सेफ़ API जनरेटर द्वारा प्रतिष्ठित है, जो कई भाषाओं में सेवा मेटाडेटा से नेटिव क्लाइंट SDKs और डेटा ट्रांसफर ऑब्जेक्ट्स का उत्पादन करता है। इसमें माइक्रोसर्विसेज ऑर्केस्ट्रेशन के लिए एक वितरित सेवा गेटवे, C# ऑब्जेक्ट्स को सीधे डेटाबेस रिकॉर्ड्स में अनुवादित करने के लिए एक कोड-फ़र्स्ट ORM, और सुरक्षित टोकन-आधारित एक्सेस के लिए एक केंद्रीकृत पहचान और एक्सेस प्रबंधन सिस्टम शामिल है। इसकी व्यापक क्षमता सतह Pub-Sub और सर्वर-सेंट इवेंट्स के माध्यम से एसिंक्रोनस मैसेजिंग और रीयल-टाइम इवेंट स्ट्रीमिंग को कवर करती है। यह JWT, API कीज़ और स्टेप-अप ऑथेंटिकेशन सहित एकीकृत ऑथेंटिकेशन फ़्लो के साथ-साथ JSON, XML, ProtoBuf और MessagePack जैसे फ़ॉर्मेट्स के लिए व्यापक डेटा सीरियलाइज़ेशन समर्थन प्रदान करता है। अतिरिक्त टूलिंग में ऑटोमेटेड CRUD API जनरेशन, बैकग्राउंड जॉब निष्पादन और प्रशासनिक डैशबोर्ड टेम्प्लेट्स शामिल हैं।
Generates HTTP headers for static files to optimize browser caching and prevent redundant downloads.
sw-precache एक सर्विस वर्कर बिल्ड टूल और प्रीकैशिंग जनरेटर है जो स्टेटिक एसेट्स को वर्ज़न और स्टोर करने के लिए JavaScript कोड तैयार करता है। यह ऑफ़लाइन कार्यक्षमता को सक्षम करने और वेब एप्लिकेशन के लिए लोड समय में सुधार करने के लिए डिज़ाइन किया गया एक कमांड-लाइन इंटरफेस और नोड मॉड्यूल है। यह प्रोजेक्ट बिल्ड-टाइम एसेट डिस्कवरी को रनटाइम कैशिंग ऑर्केस्ट्रेटर के साथ जोड़कर खुद को अलग करता है। यह केवल तभी अपडेट ट्रिगर करने के लिए कंटेंट-हैश-आधारित वर्ज़निंग का उपयोग करता है जब फ़ाइल सामग्री बदलती है, और परिणामी सर्विस वर्कर में कस्टम रूटिंग नियम और हैंडलर लाइब्रेरी इंजेक्ट करने के लिए टेम्प्लेट-आधारित कोड जनरेशन का उपयोग करता है। टूल कैशिंग और ट्रैफ़िक प्रबंधन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें नेटवर्क-फर्स्ट या कैश-फर्स्ट पुनर्प्राप्ति रणनीतियों की परिभाषा शामिल है। यह ट्रैफ़िक को हल करने के लिए URL पैटर्न और HTTP विधियों को विशिष्ट हैंडलर के साथ मैप करके नेटवर्क अनुरोध रूटिंग का प्रबंधन करता है।
Manages local storage by adding specific URLs to the cache or removing existing entries for static web resources.