Messing around with the new gleam_httpd library
  • Gleam 86%
  • Erlang 14%
Find a file
graphiteisaac 7ee38a4ba4
Some checks failed
test / test (push) Has been cancelled
implement some sort of wisp wrapper, for fun
2026-07-01 11:26:50 +10:00
.github/workflows hello joe! 2026-07-01 09:40:57 +10:00
dev implement some sort of wisp wrapper, for fun 2026-07-01 11:26:50 +10:00
priv/static implement some sort of wisp wrapper, for fun 2026-07-01 11:26:50 +10:00
src implement some sort of wisp wrapper, for fun 2026-07-01 11:26:50 +10:00
test hello joe! 2026-07-01 09:40:57 +10:00
.gitignore hello joe! 2026-07-01 09:40:57 +10:00
gleam.toml implement some sort of wisp wrapper, for fun 2026-07-01 11:26:50 +10:00
manifest.toml implement some sort of wisp wrapper, for fun 2026-07-01 11:26:50 +10:00
README.md hello joe! 2026-07-01 09:40:57 +10:00

volta

Package Version Hex Docs

gleam add volta@1
import volta

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/volta.

Development

gleam run   # Run the project
gleam test  # Run the tests