Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sporto/bliss
- Owner: sporto
- Created: 2022-05-01T00:11:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T10:13:17.000Z (over 2 years ago)
- Last Synced: 2024-09-16T19:54:30.155Z (3 months ago)
- Topics: gleam
- Language: Gleam
- Homepage: https://hexdocs.pm/bliss/
- Size: 61.5 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .