Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #114811

Re: ANN: Dogelog Player 1.1.5 (HTTP Server)

From Mild Shock <janburse@fastmail.fm>
Newsgroups comp.lang.javascript
Subject Re: ANN: Dogelog Player 1.1.5 (HTTP Server)
Date 2024-02-10 03:41 +0100
Message-ID <uq6nnt$1jfbj$2@solani.org> (permalink)
References <uojet0$phpb$2@solani.org> <uoo65n$ru5h$3@solani.org> <uoqmjs$t68e$3@solani.org> <upiggd$18ave$3@solani.org>

Show all headers | View raw


We already reported the new capability
that we can read async from streams. We made
this available for the file system reads on
nodeJS. We report here about a further progress
extending the async approach to HTTP fetch in
the browser and on nodeJS.

Multiple downloads make a case for async I/O
since RFC 2616 limits the number of connections.
HTTP/2 allows to send off multiple requests
which async I/O can capitalize. We demonstrate
quasi-parallel execution in Dogelog Player for
both the browser and nodeJS.

See also:

Async HTTP Client for Dogelog Player
https://twitter.com/dogelogch/status/1756144112946807135

Async HTTP Client for Dogelog Player
https://www.facebook.com/groups/dogelog

Back to comp.lang.javascript | Previous | Next | Find similar


Thread

Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Mild Shock <janburse@fastmail.fm> - 2024-02-10 03:41 +0100

csiph-web