#
streams-api
Here are 40 public repositories matching this topic...
5
AnthumChris
commented
Mar 3, 2018
Progress indicators for file uploads (specifically indicators for Request objects) would be a great example. At the time of writing, this doesn't seem possible yet, and the Request docs do indicate ReadableStream may be used as a request body
String body: sent
// Post "hello" body. Browser sends and server resLow Latency web audio playback examples for decoding audio streams in chunks with Fetch & Streams APIs
javascript
stream
webassembly
web-audio
opus
streams-api
fetch-api
web-audio-api
javascript-fetch
opus-codec
ogg-opus
opus-decoder
-
Updated
May 25, 2020 - JavaScript
Instantly decode Ogg Opus audio streams in chunks with JavaScript & WebAssembly (Wasm)
javascript
stream
webassembly
wasm
emscripten
opus
libopus
streams-api
opus-codec
ogg-opus
opus-decoder
decoding-opus-streams
-
Updated
Feb 25, 2020 - JavaScript
ricea
commented
Oct 15, 2019
Maybe we should have something like
static Promise<Uint8Array> compress(DOMString format, BufferSource input);in CompressionStream, and a similar API for DecompressionStream, to make one-shot compression and decompression easier to do.
A complete list of all the ways a Client and Server communicate with each other in JavaScript and Node.
javascript
xhr
http
xmlhttprequest
performance
sockets
websocket
http2
reliability
http-client
sse
streams
transport
http-server
protocols
server-communication
streams-api
-
Updated
Dec 20, 2017 - JavaScript
Sample project for demonstrating how to use Fetch API, Streams API, and NDJSON to improve user experience by streaming JSON objects from server to client in ASP.NET Core MVC
-
Updated
Jan 6, 2020 - C#
Web Streams Standard implementation and polyfill
-
Updated
Apr 30, 2020 - TypeScript
The code examples from «Riding the Jet Streams» presentation
-
Updated
May 24, 2017 - Java
Streams Style API of Data Processing Framework in Javascript
-
Updated
Dec 15, 2019 - JavaScript
A window.fetch JavaScript polyfill.
-
Updated
Mar 10, 2020 - JavaScript
Service Worker to convert Targa Image Format to PNG for browser support
-
Updated
Sep 13, 2018 - TypeScript
A training on the new features from Java 8
-
Updated
Sep 8, 2019 - Java
-
Updated
May 29, 2020 - TypeScript
Project based on Oracle's Introduction to Lambda Expressions and the Streams API MOOC.
-
Updated
Jan 19, 2018 - Java
A partir de la versión 8 de java la programación funcional se aplica con un estilo idiomático. Para entender la programación funcional es necesario volver a versiones anteriores.
-
Updated
Apr 11, 2019 - Java
A Node.js transform stream that gets S3 object keys and emits their actual content
-
Updated
Mar 6, 2019 - JavaScript
Enhancing Data Processing in Browsers Using Streams – techcamp September 2018
-
Updated
Sep 13, 2018 - JavaScript
Java Lambda functional programming with Streams written in Java 8
-
Updated
Apr 30, 2018 - Java
-
Updated
Jan 8, 2019 - Java
-
Updated
Jun 23, 2017 - Java
This repository contains code examples pertaining to new features in Java 8, primarily lambdas and streams.
-
Updated
Jul 5, 2019 - Java
The Stream API and the Collectors are two new additions to the JDK in Java 8 that allow the efficient processing of data using the map / filter / reduce approach. It brings many new patterns on the table, and ways to extend them. I learned how to connect streams to non-standard sources of data, how to build streams on other streams. The notion of Optional, introduced to handle the reduction of empty streams was also shown on advanced data processing patterns. And at last, collectors were shown, basic patterns first then advanced ones, where we build our own custom collector.
-
Updated
Apr 3, 2020 - Java
Performing tests with new features in java 8.
java
java8
java-8
streams-api
localdate
localdatetime
java8-stream
java8-stream-collector
java8-lambda-expression
-
Updated
Dec 27, 2019 - Java
Provides Java Streams for the Google Drive API
cloud
stream
google-drive
google-cloud
streams
java-streams
java-8
lazy-loading
streams-api
java-9
google-drive-wrapper
google-drive-api
-
Updated
Sep 2, 2018 - Java
gRPC-web example using WHATWG Fetch and Streams API
-
Updated
Mar 15, 2020 - JavaScript
Simple Java application with functionalities to find members in a family tree
-
Updated
Aug 23, 2018 - Java
Shared project for streams operations across the framework
-
Updated
Aug 28, 2019 - PHP
Improve this page
Add a description, image, and links to the streams-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the streams-api topic, visit your repo's landing page and select "manage topics."
I expected Validated to have an ap method or something, but I can't seem to find it. The only docs I can see are https://github.com/aol/cyclops/wiki/Validator, which clearly isn't the current implementation, and I notice aol/cyclops#826 as another issue, but I don't see the proposed ap method.