Implementation of the Maelstrom protocol to solve the Fly.io distributed systems challenges
gleam add gleamstrom
import gleamstrom
pub fn main() -> Nil {
let assert Ok(_) = gleamstrom.start_node(app_state, request_handler)
}
Further documentation can be found at https://hexdocs.pm/gleamstrom.
gleam run # Run the project
gleam test # Run the tests