Skip to content

Basic GoLang Webserver for serving Single Page Applications during development (e.g Mithril.js and TachyonsCSS, i.e NODE.js)

Notifications You must be signed in to change notification settings

abbeydabiri/webserver

Repository files navigation

webserver

Basic GoLang Webserver for serving Mithril and Tachyons for development testing

Download the applications for your specific OS to the folder you want to serve over http

Windows -> https://github.com/abbeydabiri/webserver/raw/master/webserver-win.exe

Linux -> https://github.com/abbeydabiri/webserver/raw/master/webserver-linux.elf

Mac -> https://github.com/abbeydabiri/webserver/raw/master/webserver-mac.app

Use the terminal (on mac and linx) or

command prompt (cmd on windows) to execute the application

Mac/Linux -> ./webserver-mac.app -port 4190

Windows -> webserver-win.exe -port 4190

(alternatively doubleclick on the exe file from windows explorer)

note: default port is 8080 if flag -port is not provided

About

Basic GoLang Webserver for serving Single Page Applications during development (e.g Mithril.js and TachyonsCSS, i.e NODE.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published