Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sporto/bliss

Experiment on building a micro web framework for Gleam
https://github.com/sporto/bliss

gleam

Last synced: about 1 month ago
JSON representation

Experiment on building a micro web framework for Gleam

Awesome Lists containing this project

README

        

[![Package Version](https://img.shields.io/hexpm/v/gleam_web)](https://hex.pm/packages/bliss)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/bliss/)

An experiment on making a micro web framework for Gleam.

## API Docs

https://hexdocs.pm/bliss/

## Example

See example application at `./example`

## Installation

If available on Hex this package can be added to your Gleam project:

```sh
gleam add bliss
```

and its documentation can be found at .