Project

annyong

0.04
No commit activity in last 3 years
No release in over 3 years
Annyong starts a public static Web server in the current directory, allowing people in your local network to browse your files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.1.0
 Project Readme

Introduction

Annyong starts a public static Web server in the current directory, allowing people in your local network to browse and download your files.

Screenshot of Annyong in action

Usage

$ gem install annyong
$ cd /path/you/want/to/serve
$ annyong

Options

  • --port [PORT] → the port to use (default: 9292)
  • --host [HOST] → the host to listen on (default: 0.0.0.0)

Thanks

  • Doug McInnes (to prevent injecting annyong’s code into public HTML files)