You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ An async upload/download node library leveraging express.js, which provides chun
10
10
11
11
What do we mean by a chunked transfer api? Well, what chunkyjs does is provide an api interface that allows downloading or uploading multiple chunks of a file at the same time. This effectively allows you to multi-thread your applications data transfer logic.
12
12
13
-
chunkyjs also comes with prebuilt nodejs/iojs and web browser clients that can be used to facilitate access to the api in a front-end environment.
14
13
### Installation
15
14
Installation is the same as any other module.
16
15
```
@@ -27,9 +26,23 @@ Basic usage of chunkyjs is as simple as requiring the module and passing it into
chunkyjs is currently employing `node-cache` in order to store transfer specific metadata. This is great for development, however means that chunkyjs in its current state cannot be clustered. Support for clustered datastores is on the way.
32
40
41
+
### TODO
42
+
- Create the front-end client's
43
+
- Need to properly handle downloads in a browser context.
44
+
- Create the node client's
45
+
33
46
### Contributing
34
47
We welcome contributions, feel free to fork us and make as many PR's as you would like.
0 commit comments