{"id":20622586,"url":"https://github.com/myterminal/quick-bounce","last_synced_at":"2026-04-22T13:32:59.944Z","repository":{"id":76221175,"uuid":"81970258","full_name":"myTerminal/quick-bounce","owner":"myTerminal","description":"A reverse-proxy implementation using bouncy to host sub-domains on the same machine on different ports","archived":false,"fork":false,"pushed_at":"2022-08-19T05:27:40.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T06:50:22.604Z","etag":null,"topics":["reverse-proxy"],"latest_commit_sha":null,"homepage":null,"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/myTerminal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2017-02-14T17:19:26.000Z","updated_at":"2022-08-03T22:59:16.000Z","dependencies_parsed_at":"2023-05-29T04:00:35.357Z","dependency_job_id":null,"html_url":"https://github.com/myTerminal/quick-bounce","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"86ffc0df824730889c89accdc0d93826cd26ef9c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fquick-bounce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fquick-bounce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fquick-bounce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fquick-bounce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myTerminal","download_url":"https://codeload.github.com/myTerminal/quick-bounce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242300862,"owners_count":20105310,"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":["reverse-proxy"],"created_at":"2024-11-16T12:23:35.821Z","updated_at":"2026-04-22T13:32:59.911Z","avatar_url":"https://github.com/myTerminal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quick-bounce\n\n[![npm version](https://badge.fury.io/js/quick-bounce.svg)](https://badge.fury.io/js/quick-bounce)\n[![npm downloads](https://img.shields.io/npm/dt/quick-bounce.svg)](https://www.npmjs.com/package/quick-bounce)\n[![License](https://img.shields.io/github/license/myTerminal/ample-alerts.svg)](https://opensource.org/licenses/MIT)  \n[![Build Status](https://travis-ci.org/myTerminal/quick-bounce.svg?branch=master)](https://travis-ci.org/myTerminal/quick-bounce)\n[![Code Climate](https://codeclimate.com/github/myTerminal/quick-bounce.png)](https://codeclimate.com/github/myTerminal/quick-bounce)\n[![js-myterminal-style](https://img.shields.io/badge/code%20style-myterminal-blue.svg)](https://www.npmjs.com/package/eslint-config/myterminal)\n[![Coverage Status](https://img.shields.io/coveralls/myTerminal/quick-bounce.svg)](https://coveralls.io/r/myTerminal/quick-bounce?branch=master)  \n[![NPM](https://nodei.co/npm/quick-bounce.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/quick-bounce/)\n\nA reverse-proxy implementation using bouncy to host sub-domains on the same machine on different ports\n\n## Features\n\n* Easy to configure sub-domains with minimal detail specified as a JSON file\n* Map your websites with just one line!\n\n## How to Use\n\n*Require* **quick-bounce** and invoke `bounce` with the path of a configuration file and a port number.\n\n    var quickBounce = require('quick-bounce');\n    quickBounce.bounce('./configs.json', 80);\n\nThe above two lines are enough to host all the websites mentioned in the configuration file on port *80*.\n\nA configuration file can look like\n\n    {\n        \"websites\": [\n            {\n                \"app-name\": \"root\",\n                \"host\": \"www.example.com\",\n                \"port\": \"8080\"\n            },\n            {\n                \"app-name\": \"one\",\n                \"host\": \"one.example.com\",\n                \"port\": \"8081\"\n            },\n            {\n                \"app-name\": \"two\",\n                \"host\": \"two.example.com\",\n                \"port\": \"8082\"\n            }\n        ]\n    }\n\nYou can also refer to the [example](example), which has basically the same code as shown above as that is all there is you need to do.\n\n## To-do\n\n* Multiple domain names to one website\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Fquick-bounce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyterminal%2Fquick-bounce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Fquick-bounce/lists"}