An open API service indexing awesome lists of open source software.

https://github.com/adichat/webdoc

Web server to :file_cabinet: Browse📂local files in 4 lines of Ruby🎉
https://github.com/adichat/webdoc

browse file-browser file-explorer ruby web-server

Last synced: 2 months ago
JSON representation

Web server to :file_cabinet: Browse📂local files in 4 lines of Ruby🎉

Awesome Lists containing this project

README

          

#WebDoc

A web server for browsing :file_cabinet: local files 📂 on the system through a web browser 🚪.

#Usage

Download the 4 lines of code.

Execute:

```ruby
ruby server.rb
```

Browse to [localhost:5000](http://localhost:5000) using a web browser.

Now, browse through all your files through web browser. Moreover, one may view files right in the browser whose file type ( such as `pdf`, `txt`, `jpeg` and much more) is supported by the browser in concern.

🎉This is a cross-platform server that means it works on all platforms. :man_dancing: 💃