denoland / denoland/node_shims
Expect to be able to support: `Deno.serve`
Open
- Dominant language
- TypeScript
- Stars
- 160
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
The deno serve is elegant, but I found that the `Deno.serve` was not implemented after the migration.
```ts
const server = dntShim.Deno.serve({ hostname, port }, (request) => {
^
TypeError: dntShim.Deno.serve is not a function
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.