Skip to content

Instantly share code, notes, and snippets.

View nimble-123's full-sized avatar
🎯
Focusing

nimble nimble-123

🎯
Focusing
View GitHub Profile
@nimble-123
nimble-123 / proxy.js
Created June 2, 2019 12:19 — forked from jasper07/proxy.js
Simple Node reverse proxy for UI5 development
var express = require('express'),
httpProxy = require('http-proxy'),
proxy = new httpProxy.createProxyServer();
var routing = {
'sapui5': {
target: 'http://localhost:8001' //sdk
},
'apps': {
target: 'http://localhost:8002' //applications

Awesome PHP Libraries

A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).