Compare commits

..

6 commits

Author SHA1 Message Date
Tenkuma
2a9e8ad7ba
Update README.MD 2025-12-10 01:52:57 -03:00
202e591f35 Update README.MD 2024-11-17 02:07:41 +01:00
71521ca67f Update README.MD 2024-11-17 02:03:02 +01:00
75e2e9faa9 Update README.MD 2024-11-17 02:02:24 +01:00
4baefd6662 Added screenshot to readme.md 2024-11-17 02:00:55 +01:00
e9805e4526 Added readme.md 2024-11-17 01:57:47 +01:00

11
README.MD Normal file
View file

@ -0,0 +1,11 @@
# Zephyrus
Zephyrus is a *VERY* simple HTTP(S) webserver written in TypeScript. Take a look on our [wiki](https://git.disroot.org/adrianvictor/zephyrus/wiki) for setup instructions.
## Main features
- HTTPS support.
- Directory listing with custom CSS (with a trick you should also be able to use custom JS).
- Default page when accessing root.
- Automatic MIME type detection.
## Disclaimer
This project was made just to test my skills, there is no need to use it instead of a well-known more robust server software.