https://github.com/clayrisser/teeny-tiny-server
Lightweight NodeJS server for static web content
https://github.com/clayrisser/teeny-tiny-server
fileserver lightweight nodejs server
Last synced: 11 months ago
JSON representation
Lightweight NodeJS server for static web content
- Host: GitHub
- URL: https://github.com/clayrisser/teeny-tiny-server
- Owner: clayrisser
- License: gpl-3.0
- Created: 2016-02-27T22:08:26.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T11:33:39.000Z (almost 3 years ago)
- Last Synced: 2025-08-14T22:52:23.743Z (11 months ago)
- Topics: fileserver, lightweight, nodejs, server
- Language: HTML
- Homepage: https://jamrizzi.com
- Size: 1.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# teeny-tiny-server
Lightweight blazing fast NodeJS server for static web content

Please ★ this repo if you found it useful ★ ★ ★
## Installation
```sh
git clone https://github.com/jamrizzi/teeny-tiny-server.git
```
## Usage
```sh
cd teeny-tiny-server
node server.js
```
## Support
Submit an [issue](https://github.com/jamrizzi/readme/issues/new)
## Buy Me Coffee
A ridiculous amount of coffee was consumed in the process of building this project.
[Add some fuel](https://jamrizzi.com/#!/buy-me-coffee) if you'd like to keep me going!
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
[MIT License](https://github.com/jamrizzi/readme/blob/master/LICENSE)
[Jam Risser](https://jamrizzi.com) © 2017
## Credits
* [Jam Risser](https://jamrizzi.com) - Author
## Changelog
0.0.1 (2017-04-28)
* Initial release