deltachat-bot / deltachat-bot/echo
Use native Deno API to start subprocess
Open
- Dominant language
- Rust
- Stars
- 25
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Deno has its own API: https://docs.deno.com/api/deno/subprocess
Currently the bot is using Node.js API:
https://github.com/deltachat-bot/echo/blob/f0a862990206219ce9c0ef5d1c9669f50073c3a3/deno/index.js#L5
---
In #74 I moved Deno example out of Node.js folder, but it is using Node.js packages and Node.js APIs for everything thanks to some Node.js compatibility Deno 2 introduced. This issue is part of migrating Deno example away from this Node.js compatibility.
See also #76
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.