Giter Club home page Giter Club logo

duwop's Introduction

DuWop - Serve Local Directories and Proxy Local Services

NOTE: This is currently re-written from scratch.

This project aims to perform the following tasks:

  • Serve local directories as HTTP.
  • Reverse proxy local web servers running on other ports (e.g. webpack, api dev server etc). We might add the option to launch a command when accessing a web address (e.g. run npm start when accessing my.frontend.test).
  • Access all the described above through host-names in the test domain (e.g. mydevproject.test).
  • Optionally have SSL termination with locally trusted certificate for all the above services
  • Web access should be through default ports (80\443). You don't have to specify custom high ports (e.g. localhost:3000).

To control the service you have a command-line utility (duwopctl). It helps adding/removing services, configure the system or remove configurations, service diagnostics and more.

Check here for project status.

Project status

Being rewritten from (almost) scratch.

Contributors

  • Big credit goes to Emil Hernvall for his great dnsguide. The entire DNS implementation is copied (with slight modifications) from his guide with his permission.

Breaking Changes

0.3.0-beta1

  • Proxy configuration has changed from proxy:http://hostname:port/ to proxy:hostname:post. No auto conversion.

0.4.0-beta1

  • Agent name (and file name) changed from org.babysnakes.duwop... to io.duwop.... In the highly unlikely event that you have installed this before 0.4.0-beta1, you'll have to manually stop and delete agent file for the new version to run:
# if you still have the old version installed run:
duwopctl remove
# otherwise perform it manually
launchctl unload ~/Library/LaunchAgents/org.babysnakes.duwop.plist
rm ~/Library/LaunchAgents/org.babysnakes.duwop.plist

0.7

Complete rewrite. Breaks everything.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.