awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesNode.js API Security

Security implementations for Node.js servers to control external domain access and HTTP method permissions.

Distinguishing note: None of the candidates cover the broad application of API security specifically for the Node.js runtime.

Explore 2 awesome GitHub repositories matching security & cryptography · Node.js API Security. Refine with filters or upvote what's useful.

Awesome Node.js API Security GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • expressjs/corsexpressjs का अवतार

    expressjs/cors

    6,194GitHub पर देखें↗

    This is a Node.js middleware for Express and Node.js servers that manages Cross-Origin Resource Sharing policies. It functions as a policy manager and origin validator to define which origins, HTTP methods, and headers are permitted to access server resources. The project provides mechanisms for dynamic origin validation, allowing request origins to be checked against custom logic or databases. It also acts as an HTTP preflight request handler to process OPTIONS requests and verify server permissions before complex cross-site interactions occur. Its capability surface covers the management o

    Controls which external domains can access server resources by validating request origins and managing allowed HTTP methods.

    JavaScriptcorsexpressjsjavascript
    GitHub पर देखें↗6,194
  • krakenjs/kraken-jskrakenjs का अवतार

    krakenjs/kraken-js

    4,919GitHub पर देखें↗

    Kraken-js एक कॉन्फ़िगरेशन-ड्रिवन सर्वर मैनेजर और एप्लीकेशन फ्रेमवर्क है, जिसका उपयोग Node.js वेब एप्लिकेशन को बूटस्ट्रैप करने के लिए किया जाता है। यह मैन्युअल कोड के बजाय JSON फाइलों के माध्यम से सर्वर व्यवहार, मिडलवेयर चेन और एनवायरनमेंट सेटिंग्स को परिभाषित करने की सुविधा देता है। यह फ्रेमवर्क बाहरी कॉन्फ़िगरेशन के आधार पर रिक्वेस्ट चेन में मिडलवेयर को इंजेक्ट करके एप्लीकेशन लॉजिक को इंफ्रास्ट्रक्चर सेटअप से अलग करने पर केंद्रित है। यह स्टार्टअप के दौरान एनवायरनमेंट-आधारित कॉन्फ़िगरेशन मर्जिंग का उपयोग करता है। सिस्टम में ऑटोमैटिक सिक्योरिटी हेडर और कॉमन वल्नेरेबिलिटीज़ से सुरक्षा, एप्लीकेशन लाइफसाइकिल मैनेजमेंट और ग्रेसफुल शटडाउन जैसी सुविधाएं शामिल हैं।

    Provides a centralized configuration system for implementing standard security headers and protecting against common web vulnerabilities.

    JavaScriptexpressjsjavascriptkrakenjs
    GitHub पर देखें↗4,919
  1. Home
  2. Security & Cryptography
  3. Node.js API Security

सब-टैग एक्सप्लोर करें

  • Security Header ConfigurationsSystems for managing and applying security-related HTTP headers within Node.js server environments. **Distinct from Node.js API Security:** Focuses on the declarative configuration of security headers rather than general API access control.