rsnext/packages
Justin Ridgewell 0413fea8ea
Turobpack: Implement Streaming App/API rendering (#47476)
Paired with https://github.com/vercel/turbo/pull/4329, this implements
streaming responses for App and API renders. This is accomplished by
sending an initial `headers` message (carrying the status code and
headers list), N `body-chunk` messages of bytes, and a final `body-end`
message to signal completion.

Once sent to Turbopack, these chunk messages will be streamed out of the
node rendering process directly into the HTTP server's response.

Closes WEB-27

---------

Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-03-31 20:58:04 +02:00
..
create-next-app v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
eslint-config-next v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
eslint-plugin-next v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
font v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
next feat: bump minimum ts version to 4.5.2 (#47712) 2023-03-31 11:37:09 -07:00
next-bundle-analyzer v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
next-codemod v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
next-env v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
next-mdx v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
next-plugin-storybook v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
next-polyfill-module v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
next-polyfill-nomodule v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
next-swc Turobpack: Implement Streaming App/API rendering (#47476) 2023-03-31 20:58:04 +02:00
react-dev-overlay v13.2.5-canary.23 2023-03-31 13:53:10 +00:00
react-refresh-utils v13.2.5-canary.23 2023-03-31 13:53:10 +00:00