GithubHelp home page GithubHelp logo

mna / qs Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 120 KB

Quick Server - a simple web server for client-side prototyping.

License: BSD 3-Clause "New" or "Revised" License

Go 100.00%

qs's Introduction

QS - Quick Server

A simple Web server to help for client-side prototyping. It serves static files as well as dynamic templates, supporting both Go's native templates and Amber. Based on the ghost package.

Installation

go get github.com/PuerkitoBio/qs

Usage

As long as $GOPATH/bin is in your $PATH, you can simply type qs in any given directory and it will start a web server at this location.

More specifically, it will automatically serve static files located in a ./public directory, and it will serve and watch files in a ./templates directory (recursively), so that every time a template is modified, it will recompile and serve the changes.

Issues

Since it uses ghost, it suffers from the same limitations at the moment, meaning that nested templates are not yet supported.

License

The BSD 3-clause license.

qs's People

Contributors

mna avatar

Watchers

 avatar  avatar

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.