denoland / denoland/node_shims

Expect to be able to support: `Deno.serve`

Open
#188 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.