This project is a static web server written in Go.
This project was created as part of the Distributed System course of my Computer Science diploma (DUT). The goal of this project is to learn how to use GoLang.
I used GoLang and GoLang included packages to create this HTTP server. It's working on Windows, Linux, and macOs.
Clone it in the folder src
of your $GOPATH
directory.
To clone it :
git clone https://github.com/PeiP-2018-Work-Nantes-DUT-INFO/SimpleGoHttp
To build it :
go install SimpleGoHttp
You need Go installed on your computer to build this project.
It's very simple to start it :
./SimpleGoHttp PATH_OF_STATIC_WEBSITE
PATH_OF_STATIC_WEBSITE = the path of where the static website is located on your computer
Contributions are what make the open-source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Nathan ROCHER - @nrocher30 - Blog