https://github.com/hyper63/deno-hyper63
https://github.com/hyper63/deno-hyper63
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyper63/deno-hyper63
- Owner: hyper63
- Created: 2021-01-17T17:57:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T22:02:15.000Z (about 5 years ago)
- Last Synced: 2025-01-13T05:41:42.779Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyper63
experimental version of hyper63 written for deno
This version is using free monad for the adapter pattern, which should result in cleaner maintanable code. And clear and safe adapter implementation.
One requirement is that each adapter function returns a promise, this promise will be converted over to a Task during the
loading process.