Skip to content

Instantly share code, notes, and snippets.

View hlongvu's full-sized avatar
🌊
I make code from thin air

Long Vu hlongvu

🌊
I make code from thin air
View GitHub Profile
@hlongvu
hlongvu / load-balancer.js
Created May 26, 2022 16:44 — forked from Zaggen/load-balancer.js
Node.js load balancer with
/*
* Author: Zaggen - 2017
* version: 0.1
* github: https://github.com/Zaggen
* Free to use and modify
* */
const httpProxy = require('http-proxy')
const http = require('http')
const proxy = httpProxy.createProxyServer({})