All Projects → whatwg → Streams

whatwg / Streams

Licence: cc-by-4.0
Streams Standard

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Streams

Notifications
Notifications API Standard
Stars: ✭ 105 (-90.22%)
Mutual labels:  standard, whatwg
webidl
Web IDL Standard
Stars: ✭ 296 (-72.44%)
Mutual labels:  standard, whatwg
Fetch
Fetch Standard
Stars: ✭ 1,794 (+67.04%)
Mutual labels:  standard, whatwg
Encoding
Encoding Standard
Stars: ✭ 176 (-83.61%)
Mutual labels:  standard, whatwg
Xhr
XMLHttpRequest Standard
Stars: ✭ 262 (-75.61%)
Mutual labels:  standard, whatwg
Fullscreen
Fullscreen API Standard
Stars: ✭ 78 (-92.74%)
Mutual labels:  standard, whatwg
mimesniff
MIME Sniffing Standard
Stars: ✭ 89 (-91.71%)
Mutual labels:  standard, whatwg
Dom
DOM Standard
Stars: ✭ 1,114 (+3.72%)
Mutual labels:  standard, whatwg
storage
Storage Standard
Stars: ✭ 92 (-91.43%)
Mutual labels:  standard, whatwg
infra
Infra Standard
Stars: ✭ 85 (-92.09%)
Mutual labels:  standard, whatwg
quirks
Quirks Mode Standard
Stars: ✭ 23 (-97.86%)
Mutual labels:  standard, whatwg
Html
HTML Standard
Stars: ✭ 5,217 (+385.75%)
Mutual labels:  standard, whatwg
Url
URL Standard
Stars: ✭ 343 (-68.06%)
Mutual labels:  standard, whatwg
Node Fetch
A light-weight module that brings the Fetch API to Node.js
Stars: ✭ 7,176 (+568.16%)
Mutual labels:  whatwg, stream
Noop Stream
Create a readable Node.js stream that produces no data (or optionally blank data) or a writable stream that discards data
Stars: ✭ 40 (-96.28%)
Mutual labels:  stream
Free Hls Live
Free live streaming with Free-HLS (Free HLS 直播姬)
Stars: ✭ 47 (-95.62%)
Mutual labels:  stream
Rivers
Data Stream Processing API for GO
Stars: ✭ 39 (-96.37%)
Mutual labels:  stream
Reddit sse stream
A Server Side Event stream to deliver Reddit comments and submissions in near real-time to a client.
Stars: ✭ 39 (-96.37%)
Mutual labels:  stream
Sdmx Rest
This repository is used for maintaining the SDMX RESTful web services specification.
Stars: ✭ 50 (-95.34%)
Mutual labels:  standard
Owasp Masvs
The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.
Stars: ✭ 1,030 (-4.1%)
Mutual labels:  standard

Streams Standard

This repository hosts the Streams Standard.

Contribution opportunities

Folks notice minor and larger issues with the Streams Standard all the time and we'd love your help fixing those. Pull requests for typographical and grammar errors are also most welcome.

We'd be happy to mentor you through this process. If you're interested and need help getting started, leave a comment on the issue or ask around on IRC.

Pull requests

In short, change index.bs and submit your patch, with a good commit message. Consider reading through the WHATWG FAQ if you are new here.

Please add your name to the Acknowledgments section in your first pull request, even for trivial fixes. The names are sorted lexicographically.

For formatting specific to this standard, see CONTRIBUTING.md. Additionally, for any normative changes, we'll also want to change the tests and reference implementation:

Tests

Tests can be found in the streams/ directory of web-platform-tests/wpt.

Reference implementation

This repository also includes a reference implementation, written in JavaScript, under reference-implementation/. See the README under that directory for more details.

We strive for every commit that changes the spec to also add tests, and to change the reference implementation in order to pass those tests.

Building "locally"

For quick local iteration, run make. To verify your changes locally, run make deploy. See more in the WHATWG Contributor Guidelines.

Merge policy

If you can commit to this repository, see the WHATWG Maintainer Guidelines.

Code of conduct

We are committed to providing a friendly, safe, and welcoming environment for all. Please read and respect the WHATWG Code of Conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].