File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ $ npm install tus-node-server
2121 });
2222 ```
2323
24- Try it:
25- ` ` ` sh
26- $ npm run example
27- ` ` `
28-
2924- ** Google Cloud Storage **
3025 ` ` ` js
3126
@@ -36,10 +31,6 @@ $ npm install tus-node-server
3631 bucket: 'bucket-name',
3732 });
3833 ` ` `
39- Try it:
40- ` ` ` sh
41- $ npm run gcs_example
42- ` ` `
4334
4435- ** Amazon S3 ** ([_coming soon_](https: // github.com/tus/tus-node-server/issues/12))
4536 ` ` ` js
@@ -92,12 +83,14 @@ app.listen(port, host);
9283
9384## Development
9485
95- ##### Start up the demo using the FileStore
86+ Start the demo server using Local File Storage
9687` ` ` bash
9788$ npm run demo
9889` ` `
9990
100- ##### Start up the demo using the GCSDataStore
91+ Or start up the demo server using Google Cloud Storage
10192` ` ` bash
10293$ npm run gcs_demo
10394` ` `
95+
96+ Then navigate to the demo ([localhost:8000](http://localhost:8000)) which uses [` tus- js- client` ](https://github.com/tus/tus-js-client)
You can’t perform that action at this time.
0 commit comments