GithubHelp home page GithubHelp logo

rahul-barick / scalable-image-upload Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 657 KB

Scalable image/file upload using Nodejs, React Js, and utilizing AWS S3 signed URL.

HTML 19.80% CSS 10.70% JavaScript 69.50%
nodejs aws-s3 signed-url reactjs iam-policy express-js

scalable-image-upload's Introduction

scalable-image-upload

Scalable image/file upload using Nodejs, React Js and utilising AWS S3 signed url.

There are many resources/blog online that offer suggestions on how to handle file upload (Bad Approach eg: multer npm module - saving files directly on your server isn't a scalable solution! or dealing image with temp storage in server and then upload to AWS s3 is a 2 way approach which uses some amount of resources like CPU and ram to deal with image with single user file upload) but few resource show a solution that can truly scale. AWS S3 to implement file upload that can scale to millions of users (Direct upload image from react to s3 and no server handling) and handling uploads with security concerns.

Screenshot

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.