Settings

Theme

1.0 release of go-live: An ultra light (4mb compiled) Go site and file server

github.com

1 points by 16th_hop 5 years ago · 1 comment

Reader

16th_hopOP 5 years ago

I'm proud to announce the release of an open-source project I've been working on, go-live!

It's a fast, portable Go command line utility that serves a file directory over HTTP. It can be used for local web development, production static-site serving, or as a network file host. By default, go-live serves the directory it is executed in.

It's inspired by JavaScript's famous live-server utility, but way faster and doesn't need Node.js installed. Supports Linux, Windows, and Mac, as well as ARM. It's also 4MB fully compiled, and can be used on an IoT device.

Mac: ```brew tap antsankov/go-live && brew install go-live``` Linux: ```snap install go-live```

Checkout the Github for more info on how to install it: https://github.com/antsankov/go-live#install and interesting use cases.

Any feedback is appreciated, since this is the first open-source Unix utility I've worked on! Also need some help on profiling it.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection