GithubHelp home page GithubHelp logo

fibergoserver's People

Contributors

creamymilk avatar

Stargazers

 avatar

Watchers

 avatar

fibergoserver's Issues

📸Move the static images server to NGNIX

Caching Proposal🦀

Gofiber's⚡ static file server is quite resilient😄 but when it comes to large loads such as serving multiple users with the same files it tend to be to much over head to have to serialize and resend the files.
It is recommended we either use a CDN layer to serve the static files or we can resort to the use of NGNIX to act as our caching layer for the STATIC content like images in addition to a reverse proxy.

Reverse proxy idea implementation

  • user 1😁 requests puppy.jpg.
  • (NGINX) /images/ puppy.jpg tries to serve not found .

Not in cache fetch the data and cache from 👇
coolgofiberdnsname.com/images (10ms)

  • User 2 😎 requests puppy.jpg.
  • (NGINX) /images/ puppy.jpg fetches from cache .(1ms)

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.