{"id":13411329,"url":"https://github.com/BackendStack21/fast-gateway","last_synced_at":"2025-03-14T17:30:33.245Z","repository":{"id":40508310,"uuid":"188700531","full_name":"BackendStack21/fast-gateway","owner":"BackendStack21","description":"Fast-gateway is an easy to use Node.js API gateway framework built to handle large scale API traffic with great performance and scalability. Written with JavaScript, it is a framework for the masses!","archived":false,"fork":false,"pushed_at":"2024-04-06T08:56:57.000Z","size":322,"stargazers_count":307,"open_issues_count":7,"forks_count":37,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-14T05:59:09.409Z","etag":null,"topics":["api-gateway","http","nodejs","proxy"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BackendStack21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://www.paypal.me/kyberneees"}},"created_at":"2019-05-26T15:30:49.000Z","updated_at":"2024-06-01T14:07:39.357Z","dependencies_parsed_at":"2024-06-01T14:21:22.294Z","dependency_job_id":null,"html_url":"https://github.com/BackendStack21/fast-gateway","commit_stats":null,"previous_names":["jkyberneees/fast-gateway"],"tags_count":86,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackendStack21%2Ffast-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackendStack21%2Ffast-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackendStack21%2Ffast-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackendStack21%2Ffast-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BackendStack21","download_url":"https://codeload.github.com/BackendStack21/fast-gateway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243618585,"owners_count":20320262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-gateway","http","nodejs","proxy"],"created_at":"2024-07-30T20:01:12.955Z","updated_at":"2025-03-14T17:30:32.996Z","avatar_url":"https://github.com/BackendStack21.png","language":"JavaScript","readme":"# Introduction\n[![tests](https://github.com/BackendStack21/fast-gateway/actions/workflows/tests.yaml/badge.svg)](https://github.com/BackendStack21/fast-gateway/actions/workflows/tests.yaml)\n[![NPM version](https://badgen.net/npm/v/fast-gateway)](https://www.npmjs.com/package/fast-gateway)\n[![NPM Total Downloads](https://badgen.net/npm/dt/fast-gateway)](https://www.npmjs.com/package/fast-gateway)\n[![License](https://badgen.net/npm/license/fast-gateway)](https://www.npmjs.com/package/fast-gateway)\n[![TypeScript support](https://badgen.net/npm/types/fast-gateway)](https://www.npmjs.com/package/fast-gateway)\n[![Github stars](https://badgen.net/github/stars/jkyberneees/fast-gateway?icon=github)](https://github.com/jkyberneees/fast-gateway)\n\n\u003cimg src=\"docs/fast-gateway-logo.svg\" width=\"400\"\u003e  \n\nA super fast, framework agnostic Node.js API Gateway for the masses ❤️  \n*Docker images: https://hub.docker.com/repository/docker/kyberneees/rproxy* \n\u003e Since v2.3.0, [AWS Lambda](https://www.youtube.com/watch?v=EBSdyoO3goc) proxying integration is supported via [`http-lambda-proxy`](https://www.npmjs.com/package/http-lambda-proxy) 🔥  \n\u003e Since v3.1.0, WebSockets proxying is supported via [`faye-websocket`](https://www.npmjs.com/package/faye-websocket) 🔥\n\nRead more online:\n- A “.js” API Gateway for the masses: https://itnext.io/a-js-api-gateway-for-the-masses-a12fdb9e961c\n\n## Install\n```js\nnpm i fast-gateway\n```\n\n## Usage \n### Gateway\n```js\nconst gateway = require('fast-gateway')\nconst server = gateway({\n  routes: [{\n    prefix: '/service',\n    target: 'http://127.0.0.1:3000'\n  }]\n})\n\nserver.start(8080)\n```\n### Remote Service\n```js\nconst service = require('restana')()\nservice.get('/get', (req, res) =\u003e res.send('Hello World!'))\n\nservice.start(3000)\n```\n### Testing\n```bash\ncurl -v http://127.0.0.1:8080/service/get\n```\n## More\n- Website and documentation: https://fgw.21no.de","funding_links":["https://www.paypal.me/kyberneees"],"categories":["Web Development","JavaScript","http","nodejs"],"sub_categories":["Javascript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBackendStack21%2Ffast-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBackendStack21%2Ffast-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBackendStack21%2Ffast-gateway/lists"}