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🎉
- Host: GitHub
- URL: https://github.com/adichat/webdoc
- Owner: AdiChat
- License: gpl-3.0
- Created: 2016-12-27T06:27:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T07:06:22.000Z (almost 9 years ago)
- Last Synced: 2025-03-19T09:14:15.219Z (7 months ago)
- Topics: browse, file-browser, file-explorer, ruby, web-server
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: 💃