Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oshkoshbagoshh/nodejsfileexplorer

nodeJS file explorer app that reads files, and displays media in chunks. Allow users to sort by file size, file name, or date modified.
https://github.com/oshkoshbagoshh/nodejsfileexplorer

bootstrap5 cli filesystem nodejs

Last synced: 19 days ago
JSON representation

nodeJS file explorer app that reads files, and displays media in chunks. Allow users to sort by file size, file name, or date modified.

Awesome Lists containing this project

README

        

# NodeJS-Online-File-Explorer
NodeJS Online File Explorer Application

## Description

- This is a file explorer program built entirely with Node JS that allows users to visually see all of the files and folders in their current working directory
- If a user clicks on a file, the program will display the file contents (including playing audio and videos in the browser)
- this is done efficiently by streaming chunks of data
- Users can sort files by name, date modified, and size
- the front-end was built using bootstrap and basic HTML

## Table of Contents (Optional)

- [Installation](#installation)
- [Usage](#usage)
- [Credits](#credits)
- [License](#license)

## Installation

```sh
npm install && node index.js
```

## Usage

![alt text](img.png)

## Deployed Link
[https://secure-dusk-54693-2257fab8424a.herokuapp.com]