/streamr

Transform a folder in a web application

Primary LanguageGo

Streamr

Serve the contents of any folder in a web application.

Quickstart

  • $ go get github.com/nubunto/streamr
  • $ mkdir ~/streamr
  • $ echo 'this is a text file' > ~/streamr/test.txt
  • $ streamr 3000
  • Open up a web browser on localhost:3000/streamr/test.txt