Giter Club home page Giter Club logo

goserve's Introduction

goServe

goServe is a simple web server intended to be simple and fast to configure and use. no configuration files are required and no tinkering involved- just build and run.

how to build

you will need to build the executable yourself, if there are no releases available for your platform or OS. to build the Executable you just need to have go installed on your machine and execute the go build command inside the directory in which you have cloned the repository.

Usage

the program takes two flags: the directory to serve and the port on which to serve. the directory can be set using the -d flag and it defaults to the web directory in the working directory if not set. the port can be set using the -p flag and it will defaults to the port 80 if not set.

disclaimer

this software is NOT intended for production use, or any use at all at the moment. i did not consider any security threat while writing this, it's just a side project useful to get a simple http server up and running with as little configuration as possible and with a small resource footprint on the system.

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.