Files
awesome-awesomeness/html/standards.html
2025-07-18 22:22:32 +02:00

528 lines
26 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--lint disable awesome-heading-->
<div data-align="center">
<h1>
Awesome Standards
</h1>
<a href="https://awesome.re"><img src="https://awesome.re/badge.svg" alt="Awesome" /></a>
<a href="https://github.com/donBarbos/awesome-standards/graphs/contributors"><img src="https://img.shields.io/github/contributors/donbarbos/awesome-standards" alt="GitHub contributors" /></a>
<a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome" /></a>
<blockquote>
A curated list of technical standards, they may be called requests for
comments, proposals, drafts, notes, specifications, or something else.
</blockquote>
</div>
<h2 id="contents">Contents</h2>
<ul>
<li><a href="#web-technologies">Web Technologies</a></li>
<li><a href="#apis">APIs</a></li>
<li><a href="#programming-languages">Programming Languages</a></li>
<li><a href="#tools">Tools</a></li>
<li><a href="#decentralized-systems">Decentralized Systems</a></li>
<li><a href="#cybersecurity-and-cryptography">Cybersecurity and
Cryptography</a></li>
<li><a href="#operating-systems">Operating Systems</a></li>
<li><a href="#electronics-and-hardware">Electronics and
Hardware</a></li>
<li><a href="#databases-and-storage">Databases and Storage</a></li>
<li><a href="#telecommunications">Telecommunications</a></li>
<li><a href="#general">General</a></li>
<li><a href="#region-specific">Region Specific</a></li>
<li><a href="#related-awesome-lists">Related Awesome Lists</a></li>
</ul>
<h2 id="web-technologies">Web Technologies</h2>
<ul>
<li><a href="https://www.ietf.org/standards/rfcs/">IETF RFCs</a> -
Publication in a series from the principal technical development and
standards-setting bodies for the Internet, most prominently the
IETF.</li>
<li><a href="https://www.rfc-editor.org/rfc/bcp/bcp-index.txt">BCPs</a>
- Best Current Practice, sub-series of the RFC document series.</li>
<li><a
href="https://www.ecma-international.org/publications-and-standards/standards/">ECMA
International Standards</a> - Standards for information and
communication systems.</li>
<li><a href="https://www.w3.org/TR/">W3C</a> - W3C publishes a range of
technical reports (Standards and supporting Notes) which help move the
web forward.</li>
<li><a href="https://www.w3.org/WAI/">W3C WAI</a> - Strategies,
standards, and supporting resources to help you make the Web more
accessible to people with disabilities.</li>
<li><a href="https://whatwg.org/">WHATWG</a> - Web Hypertext Application
Technology Working Group, founded by individuals of leading Web browser
vendors.</li>
<li><a href="https://www.unicode.org/reports/">Unicode Standards</a> -
Text encoding standard maintained by the Unicode Consortium.</li>
<li><a href="https://www.oasis-open.org/standards/">OASIS Open</a> -
Standards by nonprofit consortium that works to develop both open
standards and open source.</li>
<li><a href="https://openid.net/developers/specs/">OpenID
Specifications</a> - Identity standards, the most famous of which is the
decentralized authentication protocol OpenID Connect.</li>
</ul>
<h2 id="apis">APIs</h2>
<ul>
<li><a href="https://spec.graphql.org/">GraphQL Spec</a> - Specification
for GraphQL, a query language and execution engine.</li>
<li><a href="https://protobuf.dev/reference/protobuf/">Protobuf Spec</a>
- Protocol Buffers are language-neutral, platform-neutral extensible
mechanisms for serializing structured data.</li>
<li><a
href="https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md">gRPC</a>
- This document serves as a detailed description for an implementation
of gRPC carried over HTTP2 framing.</li>
<li><a href="https://xmlrpc.com/spec.md">XML-RPC</a> - Remote procedure
call protocol which uses XML to encode its calls and HTTP as a transport
mechanism.</li>
<li><a href="https://www.jsonrpc.org/specification">JSON-RPC</a> -
Stateless, light-weight remote procedure call protocol.</li>
<li><a
href="https://avro.apache.org/docs/++version++/specification/">Apache
Avro</a> - Serialization format for record data, and first choice for
streaming data pipelines.</li>
<li><a
href="https://github.com/apache/thrift/tree/master/doc/specs">Apache
Thrift</a> - Interface Definition Language and binary communication
protocol used for defining and creating services for programming
languages.</li>
<li><a href="https://spec.open-rpc.org/">OpenRPC Spec</a> - The OpenRPC
Specification defines a standard, programming language-agnostic
interface description for JSON-RPC 2.0 APIs.</li>
<li><a href="https://spec.openapis.org/">OpenAPI Spec</a> - The OpenAPI
Specification (OAS) defines a standard, language-agnostic interface to
HTTP APIs.</li>
<li><a
href="https://apiblueprint.org/documentation/specification.html">API
Blueprint Spec</a> - A markdown based language for describing APIs with
interactive documentation support.</li>
<li><a href="https://github.com/raml-org/raml-spec">RAML Spec</a> -
RESTful API Modeling Language is a YAML based language for describing
static APIs (but not REST APIs).</li>
<li><a href="https://json-schema.org/specification">JSON Schema</a> -
Standard providing a format for what JSON data is required for a given
application and how to interact with it.</li>
<li><a
href="https://www.asyncapi.com/docs/reference/specification/latest">AsyncAPI
Spec</a> - This specification allows you to create machine-readable
definitions of your asynchronous APIs.</li>
<li><a
href="https://github.com/openmessaging/specification">OpenMessaging
Spec</a> - Vendor-neutral and language-independent, aimed to develop
messaging and streaming applications across heterogeneous systems.</li>
<li><a href="https://github.com/cloudevents/spec">CloudEvents Spec</a> -
A specification for describing event data in a common way.</li>
<li><a
href="https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-11">HATEOAS</a>
- Hypermedia as the engine of application state is a constraint of the
REST software architectural style.</li>
<li><a href="https://stateless.group/hal_specification.html">HAL</a> -
Convention for defining hypermedia such as links to external resources
within JSON or XML code.</li>
<li><a href="https://jsonapi.org/">JSON:API</a> - A specification for
building APIs in JSON, defines links and actions.</li>
<li><a href="https://json-ld.org/">JSON-LD</a> - JSON for Linked Data is
a standard for hyperlinks in JSON, does not address actions.</li>
<li><a href="https://ionspec.org/">Ion</a> - Simple and intuitive
JSON-based hypermedia type for REST.</li>
<li><a href="https://www.hydra-cg.com/spec/">Hydra</a> - Builds on top
of JSON-LD to add definition of actions.</li>
<li><a href="https://github.com/kevinswiber/siren">Siren</a> -
Structured Interface for Representing Entities, super-rad hypermedia,
defines links and actions.</li>
<li><a
href="https://github.com/collection-json/spec">Collection+JSON</a> -
JSON-based read/write hypermedia-type designed, defines links and
actions.</li>
<li><a href="https://www.odata.org/documentation/">Odata</a> - A
protocol for querying and updating data using RESTful APIs, with rich
query capabilities.</li>
<li><a href="https://github.com/omniti-labs/jsend">JSEND</a> -
Specification for a simple, no-frills, JSON based format for
application-level communication.</li>
<li><a href="https://cloud.google.com/apis/design">Google API Design
Guide</a> - A general design guide for networked APIs provided by
Google.</li>
<li><a href="https://github.com/Microsoft/api-guidelines">Microsoft REST
API Guidelines</a> - Repository contains a collection of documents and
related materials.</li>
<li><a
href="https://opensource.zalando.com/restful-api-guidelines/">Zalando
RESTful Guidelines</a> - A model set of guidelines for RESTful APIs and
Events, created by Zalando.</li>
<li><a href="https://apistylebook.com/">API Stylebook</a> - Collections
of resources for API Design from other companies guidelines.</li>
<li><a href="https://github.com/shieldfy/API-Security-Checklist">API
Security Checklist</a> - Checklist of the most important security
countermeasures.</li>
</ul>
<h2 id="programming-languages">Programming Languages</h2>
<ul>
<li><a href="https://github.com/tc39/proposals">ECMAScript Proposals</a>
- Ecma TC39 (Technical Committee 39) is responsible for evolving the
ECMAScript programming language and authoring the specification.</li>
<li><a href="https://peps.python.org/">PEPs</a> - Python Enhancement
Proposals for language improvements.</li>
<li><a href="https://www.php-fig.org/">PHP FIG</a> - Standards proposed
and approved by PHP Framework Interop Group.</li>
<li><a href="https://rust-lang.github.io/rfcs/">Rust RFCs</a> -
Proposals to evolve the Rust language.</li>
<li><a href="https://www.swift.org/swift-evolution/">Swift Evolution</a>
- Proposals for changes to the Swift language.</li>
<li><a href="https://github.com/Kotlin/KEEP">KEEP</a> - Kotlin Evolution
and Enhancement Process.</li>
<li><a href="https://docs.scala-lang.org/sips/">SIPs</a> - Scala
Improvement Proposals.</li>
<li><a href="https://github.com/ghc-proposals/ghc-proposals">GHC
Proposals</a> - Compiler and language changes for Haskell/GHC.</li>
<li><a href="https://www.erlang.org/eep">EEPs</a> - Erlang Enhancement
Proposals.</li>
<li><a href="https://jcp.org/en/jsr/all">JSR</a> - Java Specification
Requests to standardize Java.</li>
<li><a href="https://docs.oracle.com/javase/specs/">Java SE Specs</a> -
Java Language and JVM specifications for Java by Oracle.</li>
<li><a href="https://github.com/golang/proposal">Go Proposals</a> -
Design discussions for Go language evolution.</li>
<li><a href="https://go.dev/ref/spec">GoLang Spec</a> - The Go
Programming Language Specification.</li>
<li><a href="https://github.com/dart-lang/language">Dart Design</a> -
Design of the Dart language.</li>
<li><a href="https://github.com/dotnet/csharplang">C# Design</a> - C#
Language Design Proposals.</li>
<li><a href="https://github.com/fsharp/fslang-design">F# Design</a> - F#
Language Design RFCs.</li>
<li><a
href="https://github.com/ziglang/zig/issues?q=is:issue+is:open+label:proposal">Zig
Proposals</a> - Issues with Proposal label in Zig repository.</li>
<li><a href="https://www.open-std.org/jtc1/sc22/wg14/www/projects">C
Standards</a> - ISO/IEC standards for the C programming language.</li>
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/">C++ Standards</a>
- ISO/IEC standards for C++.</li>
<li><a href="https://github.com/coq/ceps">CEPs</a> - Coq Enhancement
Proposals.</li>
<li><a href="https://github.com/ocaml/RFCs">OCaml RFCs</a> - Design
discussions about the OCaml language.</li>
<li><a href="https://srfi.schemers.org/">SRFI</a> - Scheme Requests for
Implementation.</li>
<li><a href="https://standards.scheme.org/">Scheme Standards</a> -
Revised Report on Scheme and other standards.</li>
<li><a href="https://cdr.common-lisp.dev/">CDR</a> - Common Lisp
Document Repository.</li>
<li><a href="https://github.com/Perl/PPCs">PPCs</a> - Proposed Perl
Changes is proposals to change the Perl language.</li>
<li><a href="https://github.com/dlang/DIPs">DIPs</a> - D language
Improvement Proposals.</li>
<li><a href="https://groovy.apache.org/wiki/geps.html">GEPs</a> - Groovy
Enhancement Proposals and Issues tracked in Jira.</li>
</ul>
<h2 id="tools">Tools</h2>
<ul>
<li><a href="https://github.com/npm/rfcs">npm RFCs</a> - Change
proposals for npm.</li>
<li><a href="https://github.com/yarnpkg/rfcs">Yarn RFCs</a> - Proposals
for improvements in Yarn package manager.</li>
<li><a href="https://github.com/reactjs/rfcs">React RFCs</a> - Change
requests for React.</li>
<li><a href="https://github.com/vuejs/rfcs">Vue RFCs</a> - Suggestions
for major changes to Vue.js.</li>
<li><a href="https://github.com/sveltejs/rfcs">Svelte RFCs</a> - Svelte
framework enhancement discussions.</li>
<li><a href="https://rfcs.emberjs.com/">Ember RFCs</a> - Standards for
Ember.js framework evolution.</li>
<li><a href="https://github.com/eslint/rfcs">ESLint RFCs</a> - Change
requests for ESLint.</li>
<li><a
href="https://github.com/react-native-community/discussions-and-proposals">React
Native RFCs</a> - React Native enhancement discussions.</li>
<li><a href="https://github.com/NixOS/rfcs">Nix RFCs</a> - The Nix
community RFCs.</li>
<li><a href="https://github.com/django/deps">DEPs</a> - Django
Enhancement Proposals.</li>
<li><a href="https://github.com/conda/ceps">CEPs</a> - Conda Enhancement
Proposals.</li>
<li><a
href="https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/">SLEPs</a>
- Scikit-learn Enhancement Proposals.</li>
<li><a href="https://jupyter.org/enhancement-proposals">JEPs</a> -
Jupyter Ecosystem Enhancement Proposals.</li>
<li><a href="https://github.com/jenkinsci/jep">JEPs</a> - Jenkins
Enhancement Proposals.</li>
<li><a href="https://www.ros.org/reps/rep-0000.html">REPs</a> -
Enhancement proposals for ROS robotics framework.</li>
<li><a href="https://www.kubernetes.dev/resources/keps/">KEPs</a> -
Kubernetes Enhancement Proposals.</li>
<li><a href="https://github.com/helm/community">HIPs</a> - Helm
Improvement Proposals.</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/">OTEPs</a>
- OpenTelemetry Enhancement Proposals.</li>
<li><a href="https://godot-proposals-viewer.github.io/">GIPs</a> - Godot
(Multi-platform 2D and 3D game engine) Improvement Proposals.</li>
<li><a href="https://github.com/bazelbuild/proposals">Bazel
Proposals</a> - Bazel proposals and design documents.</li>
<li><a href="https://www.conventionalcommits.org/">Conventional
Commits</a> - A specification for adding human and machine readable
meaning to commit messages.</li>
<li><a href="https://github.com/compose-spec/compose-spec">Compose
Specification</a> - The Compose Specification is developer focused for
defining cloud and platform agnostic container-based applications.</li>
<li><a href="https://github.com/projectfluent/fluent">Fluent Specs</a> -
This repository contains the specification, the reference implementation
of the parser and the documentation for Fluent.</li>
<li><a href="https://xit.jotaen.net/">[x]it!</a> - A plain-text file
format for todos and check lists.</li>
<li><a href="https://spdx.github.io/spdx-spec/">SPDX Spec</a> - The
System Package Data Exchange Specification.</li>
<li><a href="https://github.com/line/headver">HeadVer Spec</a> - SemVer
compatible version specification that has {head}.{yearweek}.{build}
system.</li>
<li><a href="https://semver.org/">SemVer Spec</a> - Semantic Versioning
Specification.</li>
<li><a href="https://calver.org/">CalVer Spec</a> - Calendar Versioning
Specification.</li>
<li><a
href="https://github.com/openautocomplete/openautocomplete">OpenAutoComplete
Spec</a> - CLI autocomplete specification.</li>
</ul>
<h2 id="decentralized-systems">Decentralized Systems</h2>
<ul>
<li><a href="https://github.com/bitcoin/bips">BIPs</a> - Bitcoin
Improvement Proposals.</li>
<li><a href="https://eips.ethereum.org/">EIPs</a> - Ethereum Improvement
Proposals.</li>
<li><a href="https://zips.z.cash/">ZIPs</a> - Zcash Improvement
Proposals.</li>
<li><a href="https://github.com/near/NEPs">NEPs</a> - NEAR Protocol
Specifications and Standards.</li>
<li><a href="https://github.com/lightning/bolts">BOLTs</a> - Basis of
Lightning Technology (Lightning Network Specifications).</li>
<li><a href="https://github.com/bittorrent/bittorrent.org">BEPs</a> -
BitTorrent Enhancement Proposals.</li>
<li><a href="https://github.com/bittorrent/BTIPs">BTIPs</a> - BitTorrent
File System Improvement Proposals.</li>
<li><a href="https://github.com/satoshilabs/slips">SLIPs</a> -
SatoshiLabs Improvement Proposals.</li>
<li><a href="https://yips.yearn.fi/">YIPs</a> - Yearn Finance
Improvement Proposals.</li>
<li><a href="https://github.com/aave/aip">AIPs</a> - Aave Improvement
Proposals.</li>
<li><a href="https://specs.optimism.io/">Optimism Specs</a> - Optimism
Stack Specifications.</li>
<li><a
href="https://github.com/maticnetwork/Polygon-Improvement-Proposals">PIPs</a>
- Polygon Improvement Proposals.</li>
<li><a href="https://sips.synthetix.io/">SIPs</a> - Synthetix
Improvement Proposals.</li>
<li><a href="https://docs.fuel.network/docs/specs/">Fuel Specs</a> -
Specifications for the Fuel protocol and the FuelVM.</li>
<li><a href="https://spec.filecoin.io/">Filecoin Specs</a> - Filecoin
protocol specification.</li>
<li><a href="https://github.com/ChainAgnostic/CAIPs">CAIPs</a> - Chain
Agnostic Improvement Proposals.</li>
<li><a href="https://governance.aptosfoundation.org/">AIPs</a> - Aptos
Improvement Proposals.</li>
<li><a href="https://github.com/helium/HIP">HIPs</a> - Helium
Improvement Proposals.</li>
<li><a href="https://github.com/makerdao/mips">MIPs</a> - Maker
Improvement Proposals.</li>
<li><a href="https://github.com/starknet-io/SNIPs">SNIPs</a> - Starknet
Improvement Proposals.</li>
<li><a href="https://github.com/nervosnetwork/rfcs">Nervos Network
RFCs</a> - Proposals, standards and documentations related to Nervos
Network.</li>
<li><a href="https://specs.ipfs.tech/">IPIP</a> - InterPlanetary
Improvement Proposals, technical specifications for the IPFS protocol
stack.</li>
<li><a href="https://spec.torproject.org/">Tor Specs</a> - Tor
Specifications including proposals.</li>
<li><a href="https://geti2p.net/spec">I2P Specs</a> - I2P Specification
Documents including proposals.</li>
<li><a href="https://github.com/libp2p/specs">LibP2P Specs</a> -
Technical specifications for the libp2p networking stack.</li>
</ul>
<h2 id="cybersecurity-and-cryptography">Cybersecurity and
Cryptography</h2>
<ul>
<li><a href="https://www.nist.gov/documentary-standards">NIST</a> -
National Institute of Standards and Technology of the United
States.</li>
<li><a
href="https://www.nist.gov/itl/publications-0/federal-information-processing-standards-fips">FIPS</a>
- Federal Information Processing Standards of the United States.</li>
<li><a href="https://arxiv.org/pdf/1207.5446v1.pdf">PKCS</a> - Public
Key Cryptography Standards is group of standards devised and published
by RSA Security LLC.</li>
<li><a href="https://fidoalliance.org/specifications/">FIDO
Specifications</a> - Authentication standards that “help reduce the
worlds over-reliance on passwords”.</li>
<li><a href="https://github.com/OWASP/owasp-masvs">OWASP MASVS</a> -
Mobile Application Security Verification Standard is the industry
standard for mobile app security.</li>
</ul>
<h2 id="operating-systems">Operating Systems</h2>
<ul>
<li><a href="https://pubs.opengroup.org/onlinepubs/9799919799/">POSIX
Standards</a> - The Portable Operating System Interface is a family of
standards specified by the IEEE Computer Society for maintaining
compatibility between operating systems.</li>
<li><a
href="https://learn.microsoft.com/en-us/windows/win32/apiindex/windows-api-list">Windows
API (WinAPI)</a> - Foundational API that allows a computer program to
access the features of the Microsoft Windows OS.</li>
<li><a href="https://refspecs.linuxfoundation.org/lsb.shtml">LSB</a> -
Linux Standard Base.</li>
<li><a
href="https://unix.org/what_is_unix/single_unix_specification.html">SUS</a>
- Single UNIX Specification.</li>
<li><a
href="https://bitsavers.computerhistory.org/pdf/xOpen/X_Open_Portability_Guide_1985/">X/Open
Portability Guide (XPG)</a> - A precursor to POSIX and the Single UNIX
Specification.</li>
<li><a href="https://uefi.org/specifications">UEFI Specifications</a> -
Unified Extensible Firmware Interface is a specification for the
firmware architecture of a computing platform.</li>
<li><a href="https://refspecs.linuxfoundation.org/fhs.shtml">FHS</a> -
The Filesystem Hierarchy Standard is reference describing the
conventions used for the layout of Unix-like systems.</li>
<li><a
href="https://gitlab.com/cryptsetup/cryptsetup/-/wikis/Specification">LUKS</a>
- The Linux Unified Key Setup is a disk encryption specification.</li>
<li><a href="https://www.dmtf.org/standards/ovf">OVF (Open
Virtualization Format)</a> - OS images for virtualized
environments.</li>
<li><a
href="https://public.dhe.ibm.com/software/dw/linux390/perf/ZSW03346USEN.pdf">KVM
(Kernel-based Virtual Machine)</a> - OS-level virtualization in
Linux.</li>
<li><a href="https://opencontainers.org/release-notices/overview/">OCI
(Open Container Initiative)</a> - Standards for OS containers like
Docker.</li>
<li><a
href="https://dbus.freedesktop.org/doc/dbus-specification.html">D-Bus</a>
- D-Bus Specification.</li>
</ul>
<h2 id="electronics-and-hardware">Electronics and Hardware</h2>
<ul>
<li><a href="https://standards.ieee.org/standard/">IEEE</a> - Institute
of Electrical and Electronics Engineers.</li>
<li><a href="https://www.pcisecuritystandards.org/">PCI Standards</a> -
The Payment Card Industry Data Security Standard (PCI DSS).</li>
<li><a href="https://www.hdmi.org/spec/index">HDMI Specifications</a> -
High-Definition Multimedia Interface is a proprietary audio/video
interface for transmitting uncompressed video data and compressed or
uncompressed digital audio data.</li>
<li><a
href="https://www.bluetooth.com/specifications/specs/core-specification-6-0/">Bluetooth
Core Specifications</a> - Short-range wireless technology standard.</li>
</ul>
<h2 id="databases-and-storage">Databases and Storage</h2>
<ul>
<li><a
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=95652201">CEPs</a>
- Cassandra Enhancement Proposals.</li>
<li><a
href="https://spark.apache.org/improvement-proposals.html">SPIPs</a> -
Spark project improvement proposals.</li>
</ul>
<h2 id="telecommunications">Telecommunications</h2>
<ul>
<li><a href="https://www.itu.int/en/ITU-T/Pages/default.aspx">ITU-T</a>
- International Telecommunication Union.</li>
<li><a href="https://www.etsi.org/standards">ETSI</a> - European
Telecommunications Standards Institute.</li>
</ul>
<h2 id="general">General</h2>
<blockquote>
<p>these are a series of standards whose standards can simultaneously
relate to different topics</p>
</blockquote>
<ul>
<li><a href="https://www.iso.org/standards.html">ISO</a> - International
standard development organization composed of representatives from the
national standards organizations of member countries.</li>
<li><a
href="https://www.iec.ch/publications/international-standards">IEC</a> -
International standards organization that prepares and publishes
international standards for all electrical, electronic and related
technologies collectively known as “electrotechnology”.</li>
<li><a href="https://www.ansi.org/">ANSI</a> - Private nonprofit
organization that oversees the development of voluntary consensus
standards for products, services, processes, systems, and personnel in
the United States.</li>
</ul>
<h2 id="region-specific">Region Specific</h2>
<blockquote>
<p>the use of these standards is specific to certain regions</p>
</blockquote>
<ul>
<li><a href="https://www.bsigroup.com/">BS</a> - <strong>British
Standards</strong>: Standards published by the BSI Group, the UKs
National Standards Body (NSB). They provide guidelines for quality,
safety, and sustainability across various sectors.</li>
<li><a href="https://www.cencenelec.eu/">CEN</a> - <strong>European
Committee for Standardization</strong>: Develops European Standards
(ENs) to harmonize technical specifications and promote trade across
Europe.</li>
<li><a href="https://www.din.de/">DIN</a> - <strong>Deutsches Institut
für Normung</strong>: German Institute for Standardization, which
develops national and international standards for a wide range of
industries.</li>
<li><a href="https://www.afnor.org/">AFNOR</a> - <strong>Association
française de normalisation</strong>: Frances National Standardization
Office.</li>
<li><a href="https://www.nsai.ie/">NSAI</a> - <strong>National Standards
Authority of Ireland</strong>: Irelands official standards body.</li>
<li><a href="https://www.csagroup.org/">CSA Group</a> - <strong>Canadian
Standards Association</strong>: Develops standards to address safety,
sustainability, and performance for Canada and global markets.</li>
<li><a href="https://www.sii.org.il/eng/">SII</a> - <strong>Standards
Institution of Israel</strong>: National body for standards and
certification.</li>
<li><a
href="https://www.gob.mx/se/acciones-y-programas/standards">NOM</a> -
<strong>Normas Oficiales Mexicanas</strong>: Official Mexican standards
governing the safety, health and quality of goods and services.</li>
<li><a href="https://abnt.org.br/">ABNT</a> - <strong>Associação
Brasileira de Normas Técnicas</strong>: Brazilian National Standards
Organization.</li>
<li><a href="https://www.singaporestandardseshop.sg/">SS</a> -
<strong>Singapore Standards</strong>: Organization handling trade and
technology standards.</li>
<li><a href="https://www.jisc.go.jp/eng/">JIS</a> - <strong>Japanese
Industrial Standards</strong>: Specifications published by the Japanese
Industrial Standards Committee (JISC) to ensure product quality and
safety in Japan.</li>
<li><a href="https://www.kats.go.kr/en/">KATS</a> - <strong>Korean
Agency for Technology and Standards</strong>: Organization for
developing standards across various sectors.</li>
<li><a href="https://www.cnsonline.com.tw/">CNS</a> - <strong>Chinese
National Standards</strong>: Taiwans official standards, administered
by the Bureau of Standards, Metrology, and Inspection.</li>
<li><a href="https://www.gbstandards.org/">GB</a> - <strong>Guobiao
Standards</strong>: Chinas national standards, including technical and
industry-specific regulations.</li>
<li><a href="https://www.gost.ru">GOST</a> - <strong>Russian National
Standards</strong>: State standards developed by Rosstandart to regulate
industries and ensure quality and compatibility in Russia.</li>
<li><a href="https://tcvn.gov.vn/?lang=en">TCVN</a> - <strong>Vietnamese
National Standards</strong>: Standards published by the Directorate for
Standards, Metrology, and Quality of Vietnam to regulate local and
international trade.</li>
<li><a href="https://www.bis.gov.in/">BIS</a> - <strong>Bureau of Indian
Standards</strong>: National standards for industry, products, and
services.</li>
<li><a href="https://www.psqca.com.pk/">PSQCA</a> - <strong>Pakistan
Standards and Quality Control Authority</strong>: Organization
responsible for developing and certifying standards.</li>
<li><a href="https://www.tisi.go.th/home/en">TIS</a> - <strong>Thai
Industrial Standards</strong>: National standards for Thailand.</li>
</ul>
<h2 id="related-awesome-lists">Related Awesome Lists</h2>
<ul>
<li><a href="https://github.com/Kristories/awesome-guidelines">Awesome
Guidelines</a> - Coding style conventions and standards.</li>
<li><a href="https://github.com/yosriady/awesome-api-devtools">Awesome
API Devtools</a> - A collection of useful resources for building RESTful
HTTP+JSON APIs.</li>
</ul>
<p><a href="https://github.com/donBarbos/awesome-standards">standards.md
Github</a></p>