Skip to content

Releases: 0xcaff/dnd

Faster Transfers!

01 Jan 18:32
14c928b
Compare
Choose a tag to compare

Stopped using FormData and multipart forms for transferring data. Now the raw bytes are sent over the wire. Multipart encodes binary as base64 making payloads ~37% larger than they needed to be.

Automated Builds!

01 Jan 04:21
Compare
Choose a tag to compare
v1.1.2

Added CI

Progress Bars!

28 Dec 05:25
Compare
Choose a tag to compare

Added progress bars to the server. Now you can not only view your progress from the sending end, but from the receiving end too.

image

Making this possible required converting the backend to a streaming architecture.

Initial Release

13 Nov 06:08
Compare
Choose a tag to compare
v1.0

Updated README