Code Monkey home page Code Monkey logo

cors-server's Introduction

CORS-Anywhere Server

CORS-Anywhere is a Node.js package that adds CORS headers to a proxied request. This is useful when the API provider does not natively support CORS. Without altering the headers, a request to such a provider would cause an error and prevent the request from being fulfilled.

Tip: You can test out the server in this repo locally by using ports 3000 or 5000 in your application and prepending https://proxy-ibmasyzzya-uc.a.run.app/ to your API request like this. However, if you want to use for a hosted website, then follow the implementation steps below.

Implementation

The server can be implemented in one of three ways. Is is recommended to use Firebase.

Heroku

Navigate to the heroku directory and follow the steps within the README.md therein. Note that Heroku will withdraw provision of free Dynos on 28th of November 2022. The cost will be $7 per Dyno per month thereafter.

Firebase

Navigate to the functions directory and follow the steps within the README.md therein. This is the recommended implementation due to the issues outlined in the others above and below.

Railway

Navigate to the railway directory and follow the steps within the README.md therein. Unfortunately the free allowance gets reached before the end of the month, so best to go with Firebase.

cors-server's People

Contributors

isoaxe avatar odong95 avatar

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.