Building a Node.js Reverse Proxy (Challenge)

# Introduction In this challenge, we will create a web reverse proxy using Node.js. Our goal is to write a program that requests content from a Github website and writes it to a Node.js http service. To accomplish this challenge, you'll need to supplement the TODO section in `proxy.js` and keep the service listening on port 3000 without modifying the code outside of the TODO section. You can use `Stream pipe` to make the whole process easier.

|60 : 00

Click the virtual machine below to start practicing