Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 411 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 411 Bytes

Streaming HTTP demo

Requires node 18 (current LTS) or newer. Volta can help with multiple node versions.

By default http://localhost:5000/ is being used. Can be adjusted directly in source files.

To start the server:

npm run server

To start the client:

npm run client

To start the legacy client (streams not async iterable):

npm run legacy