pihentagy
pihentagy5w ago

Use fastify with deno

Can I use fastify with deno? I got this error.
pihentagy@dell:/tmp$ deno
Deno 2.0.0
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
> import Fastify from 'npm:fastify'
undefined
> const fastify = Fastify({logger: true})
Not implemented: Server.setTimeout()
pihentagy@dell:/tmp$ deno
Deno 2.0.0
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
> import Fastify from 'npm:fastify'
undefined
> const fastify = Fastify({logger: true})
Not implemented: Server.setTimeout()
0 Replies
No replies yetBe the first to reply to this messageJoin