An open API service indexing awesome lists of open source software.

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

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.