Git Product home page Git Product logo

simple-web-server's Introduction

Simple Mac Web Server

A convenient droplet app to quickly serve static a website on Mac OS X.

Introduction

While working on web projects, it's often convenient to be able to quickly serve up a site directory on your Mac using a webserver for development or testing. This little app does just that: give it a directory and it fires up a webserver to serve it from your Mac.

Requirements

This "App" is a really thin wrapper around Python's SimpleHTTPServer module, which comes with most recent versions of Mac OS X. If you're running Mac OS X, you're probably good to go.

Usage

There are two ways to run the Simple Mac Web Server:

  1. Launch the app, then choose a directory using the dialog.
  2. Drag & Drop a directory on top of the app's icon.

Limitations

This app relies heavily on the Python SimpleHTTPServer module, which is, as the name implies, pretty simple. Don't expect high performance or many features.

There is no support for PHP, Ruby, Python or any other fancy dynamic server side stuff. Static files only.

Finally, the app supports only one server instance at a time. If you need more, use something more advanced or use the terminal to start the SimpleHTTPServer module from there (you could have learned how to do it in the time it took to read this README).

simple-web-server's People

Contributors

micheljansen avatar

Stargazers

Jaume Bonet avatar Jannis R avatar Steven Vachon avatar Patrick Murray avatar jrondorf avatar JT5D avatar  avatar Rui Zhang avatar Hrishi Mittal avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

imclab jrondorf

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.