Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminnairi/node-static
Static file server
https://github.com/aminnairi/node-static
file files folder folders serve server static
Last synced: about 5 hours ago
JSON representation
Static file server
- Host: GitHub
- URL: https://github.com/aminnairi/node-static
- Owner: aminnairi
- License: gpl-3.0
- Created: 2021-03-31T21:57:54.000Z (over 3 years ago)
- Default Branch: next
- Last Pushed: 2024-03-21T10:00:47.000Z (8 months ago)
- Last Synced: 2024-11-08T07:50:50.236Z (8 days ago)
- Topics: file, files, folder, folders, serve, server, static
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# node-static
Static file server
[![Publish](https://github.com/aminnairi/node-static/actions/workflows/publish.yaml/badge.svg?branch=latest)](https://github.com/aminnairi/node-static/actions/workflows/publish.yaml)
## Requirements
- Node
## Usage
```console
$ npx @aminnairi/static help
```## Example
```console
$ npx @aminnairi/static from public
Serving from /home/user/project/public on http://0.0.0.0:8080 (CTRL-C to stop gracefully)
```## Issue
See [`issues`](../../issues).
## Changelog
See [`CHANGELOG.md`](./CHANGELOG.md).
## Contributing
See [`CONTRIBUTING.md`](./CONTRIBUTING.md).
## License
See [`LICENSE`](./LICENSE).