Skip to content

felipedrumond/proxy-server

Repository files navigation

Proxy Server

A simple proxy server built with Node.js.

Table of Contents

Prerequisites

  • Node.js: Ensure you have Node.js installed on your machine.

Installation

1. Install Node.js

If you don't have Node.js installed, download and install it from the official website:

Download Node.js

Choose the appropriate installer for your operating system and follow the installation instructions.

2. Verify Node.js Installation

To check if Node.js is installed correctly, open your command prompt or terminal and run:

node --version

You should see the installed Node.js version, for example:

v18.16.0

3. Clone the Repository

git clone https://github.com/felipedrumond/proxy-server.git

4. Install Dependencies

cd proxy-server
npm install

Usage

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published