Kunal Kapadia

Results 24 comments of Kunal Kapadia

@beyersito When you run `yarn start:debug` or `npm run start:debug` on terminal, what logs do you get ?

@beyersito That's very weird. Also after starting the server, Can you tell me the response you get when you hit `http://localhost:4040/api/health-check` ? I am trying on Mac, something might be...

@beyersito Are you sure you have taken latest from `master` branch ? `curl http://localhost:4040/api/health-check` should return `OK` if server is healthy.

@laumair Not done. It'd be great if you can pick this up. Let's discuss what package we should be using for file upload.

@laumair I don't have anything in mind. Can you let me know what package are you planning to use and what are available options ?

@laumair I am fine with any reliable module but we need to make sure that it supports streaming. We want to avoid downloading the whole file first. Check this: http://stackoverflow.com/questions/11295554/how-to-disable-express-bodyparser-for-file-uploads-node-js...

Did a bit of research on the above modules. `multer` looks good and satisfies our requirements.

@laumair Did you get chance to work on this ?

@laumair Any updates? Should I pick this up ?

@laumair Any update ?