@gameroom/forward
v0.0.1
Published
A node express server that resolves local subdomains for Gameroom Universe
Downloads
2
Readme
Gameroom-Forward
Gameroom-Forward is a Node.js Express server that forwards subdomained local http requests to the Gameroom-Universe.
Installation
Install with npm.
npm install -g @gameroom/forward
Usage
Run it in your terminal alongside Gameroom-Universe.
gameroom-forward
Now access apps using their subdomain.
admin.lvh.me:3030
api.lvh.me:3030
badger.lvh.me:3030
gateway.lvh.me:3030
media.lvh.me:3030
terminal.lvh.me:3030
www.lvh.me:3030
To run it on a specified port
PORT=9999 gameroom-forward