No description
  • TypeScript 100%
Find a file
2025-12-10 01:52:57 -03:00
.gitignore Added port option in config.json 2024-11-16 15:32:56 -03:00
license Initial commit. 2024-11-16 13:55:09 -03:00
package.json Changed version code. 2024-11-16 21:25:19 -03:00
README.MD Update README.MD 2025-12-10 01:52:57 -03:00
tsconfig.json Fixed building proccess and removed distrubution files from repo 2024-11-16 14:29:12 -03:00
zephyrus.ts Sanitized paths 2024-11-16 21:22:51 -03:00

Zephyrus

Zephyrus is a VERY simple HTTP(S) webserver written in TypeScript. Take a look on our 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.