https://github.com/mustofa-id/http-proxy-example
Example of using nodejs http-proxy
https://github.com/mustofa-id/http-proxy-example
example http-proxy nodejs
Last synced: 6 months ago
JSON representation
Example of using nodejs http-proxy
- Host: GitHub
- URL: https://github.com/mustofa-id/http-proxy-example
- Owner: mustofa-id
- Created: 2023-12-18T03:18:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T03:18:19.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T02:33:07.239Z (8 months ago)
- Topics: example, http-proxy, nodejs
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP Proxy Example
## Setup
```bash
pnpm install# or
npm install
```## Running
```bash
pnpm start# or
npm run start
```After the server is up and running, try making a request, for example, using CURL:
```bash
curl localhost:8080/fhir-r4/v1
```Make sure to adjust the port accordingly.