Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-13T14:26:45.000Z (8 months ago)
- Last Synced: 2024-04-22T11:31:12.745Z (7 months ago)
- Topics: bindings, deno, gleam, gleam-lang, javascript, nodejs, server, web
- Language: Gleam
- Homepage: https://hexdocs.pm/conversation/
- Size: 17.6 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conversation
[![Package Version](https://img.shields.io/hexpm/v/conversation)](https://hex.pm/packages/conversation)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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`.