Skip to content

Commit a5feda0

Browse files
committed
Update readme
1 parent 89bc5a2 commit a5feda0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on Google Cloud Storage or on AWS S3 (or any other S3-compatible storage system)
1818
its modularization and extensibility, support for nearly any other cloud provider could
1919
easily be added to tus-node-server
2020

21-
> 📣
22-
> [**Read the 1.0.0 announcement post: new packages, rewrite in TypeScript, and much more**](https://tus.io/blog/2023/09/04/tus-node-server-v100).
21+
> [!IMPORTANT]
22+
> Read the 2.0.0 announcement [post](https://tus.io/blog/2025/03/25/tus-node-server-v200): integrate in all meta-frameworks and JS runtimes.
2323
2424
## Contents
2525

@@ -38,8 +38,12 @@ When you want reliable, resumable uploads. Together with a client like
3838
[tus-js-client](https://github.com/tus/tus-js-client) or [Uppy](https://uppy.io), you'll
3939
have a plug-and-play experience.
4040

41-
tus-node-server in particular makes sense if you want to host a Node.js server or
42-
integrate it into your existing one. There are also other mature servers, like
41+
tus Node.js in particular makes sense if you want to host a Node.js server or
42+
integrate it into your existing one. You can also run tus Node.js in all meta frameworks
43+
(such as Next.js, Nuxt, React Router, SvelteKit, etc) and other Node.js compatible runtime environments
44+
(AWS Lambda, Cloudflare, Bun, Deno Deploy, etc).
45+
46+
There are also other mature servers, like
4347
[tusd](https://github.com/tus/tusd), [tusdotnet](https://github.com/tusdotnet/tusdotnet),
4448
[rustus](https://github.com/s3rius/rustus), and
4549
[many others](https://tus.io/implementations.html).

0 commit comments

Comments
 (0)