https://github.com/bunland/vitaliz
Static file Server.
https://github.com/bunland/vitaliz
bunjs golang http-server ssr templates
Last synced: 2 months ago
JSON representation
Static file Server.
- Host: GitHub
- URL: https://github.com/bunland/vitaliz
- Owner: Bunland
- License: mit
- Created: 2022-09-07T03:38:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T03:44:02.000Z (over 2 years ago)
- Last Synced: 2025-03-25T23:35:06.606Z (3 months ago)
- Topics: bunjs, golang, http-server, ssr, templates
- Language: C
- Homepage:
- Size: 3.75 MB
- Stars: 15
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vitaliz.
A small server made with Golang, which works with bun.jsFor now we can create routes and server static files in each of them.
More functions will be added later.
Feel free to contribute if you wish.
PS: The binaries and the main GO file can be found in the src folder.
For Run
```
bun server.js
```For Compile server.go
```
go build --buildmode c-shared -o ./server.dylib server.go
```