https://github.com/mystpi/conversation
💬 Gleam bindings for the standard JavaScript Request and Response APIs
https://github.com/mystpi/conversation
bindings deno gleam gleam-lang javascript nodejs server web
Last synced: 9 months ago
JSON representation
💬 Gleam bindings for the standard JavaScript Request and Response APIs
- Host: GitHub
- URL: https://github.com/mystpi/conversation
- Owner: MystPi
- License: mit
- Created: 2024-01-11T22:38:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T17:39:16.000Z (12 months ago)
- Last Synced: 2025-04-19T14:53:57.816Z (10 months ago)
- Topics: bindings, deno, gleam, gleam-lang, javascript, nodejs, server, web
- Language: Gleam
- Homepage: https://hexdocs.pm/conversation/
- Size: 23.4 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conversation
[](https://hex.pm/packages/conversation)
[](https://hexdocs.pm/conversation/)
Gleam bindings for the standard JavaScript [Request](https://developer.mozilla.org/en-US/docs/Web/API/Request) and [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) APIs.
## Installation
This package can be added to your Gleam project:
```sh
gleam add conversation
```
and its documentation can be found at .
## Example Usage
An example wrapper for `Deno.serve` that uses `conversation` can be found in [./test](./test/). The example can be run with the command `gleam test`.