All Projects → remi → Annyong

remi / Annyong

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

Programming Languages

ruby
36898 projects - #4 most used programming language

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].