https://github.com/itrooz/phpbutbetter
https://github.com/itrooz/phpbutbetter
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itrooz/phpbutbetter
- Owner: iTrooz
- Created: 2024-02-08T10:32:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T21:58:49.000Z (4 months ago)
- Last Synced: 2025-05-13T01:45:09.691Z (6 days ago)
- Language: Go
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPButBetter
Allows you to use other languages than PHP to serve web content
example URLs:
- https://localhost:8080/main.cpp
- https://localhost:8080/main.java
- https://localhost:8080/main.rs
- https://localhost:8080/main.sh## Why ?
Because
# How to build ?
`go run .` to directly run, or `go build` to make an executable file