0.0.0 • Published 12 years ago
localhoster v0.0.0
Localhoster
A port-forwarding system for local web apps. Allows you to easily access localhost
with custom domains under the .dev TLD. For example, you can forward
mytestsite.dev => localhost:3000.
Heavily inspired by pow and local-tld.
Easy setup
- Install localhoster with
npm install -g localhoster - Create a
~/.localhosterfile -- something like this:
{
"http://mytestsite.dev": "3000",
"https://mytestsite.dev": "4000"
}- There is no step 3.
http://mytestsite.devnow forwards tolocalhost:3000, andhttps://mytestsite.devforwards tolocalhost:4000.
0.0.0
12 years ago