Coder Social home page Coder Social logo

Demo server about resumable.js HOT 9 CLOSED

maacl avatar maacl commented on August 15, 2024
Demo server

from resumable.js.

Comments (9)

steffentchr avatar steffentchr commented on August 15, 2024

Yup, I absolutely agree -- and I'm collecting sample server-side implementation to include in the repository at the moment. Hopefully, I'll have a few of them online this weekend.

A sample server in Node.js would be a good idea traction-wise. Will make sure to do that as well. Will close when done.

from resumable.js.

ibjhb avatar ibjhb commented on August 15, 2024

Will the node.js example support large file uploads?

from resumable.js.

steffentchr avatar steffentchr commented on August 15, 2024

I have just added a set of samples, including Tcl, PHP and, most relevantly for this issues, a full server implementation for Node.js.

I'll be closing this issue -- but will be setting of a web site for this project for live testing based on the Node.js.

from resumable.js.

steffentchr avatar steffentchr commented on August 15, 2024

Oh, and @ibjhb, yes the example does support large files.

from resumable.js.

maacl avatar maacl commented on August 15, 2024

This looks brilliant.

On Tue, Feb 7, 2012 at 11:48 AM, Steffen Tiedemann Christensen
[email protected]
wrote:

Oh, and @ibjhb, yes the example does support large files.


Reply to this email directly or view it on GitHub:
#3 (comment)

from resumable.js.

ibjhb avatar ibjhb commented on August 15, 2024

@steffentchr Wonderful! I need to be able to upload 1-3 GB files and this looks like it might be the solution.

from resumable.js.

ibjhb avatar ibjhb commented on August 15, 2024

@steffentchr Thanks for your replies and work. I have the upload working and I see the chunks being saved by node.js but I don't see it actually putting the chunks together into one file. Is this something I still need to write or am I missing something?

from resumable.js.

steffentchr avatar steffentchr commented on August 15, 2024

@ibjhb Nope, the sample code doesn't reassemble chunks. The reason is that it probably shouldn't spend time concatenating chunks, but rather make the upload available as a Readable Stream. Just haven't written the code yet.... Reopening.

from resumable.js.

steffentchr avatar steffentchr commented on August 15, 2024

Have committed 0c913a5, handling file downloads in the Node.js example.

from resumable.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.