Using express
Hi,
I'm trying to use express with deno in https://github.com/the-benchmarker/web-frameworks/blob/master/javascript/express-deno/app.ts wuth the follwing command
deno serve --parallel --port 3000 --allow-net --allow-read --allow-env app.ts
. Is this somethinn doable ?
Regards,GitHub
web-frameworks/javascript/express-deno/app.ts at master · the-benc...
Which is the fastest web framework? Contribute to the-benchmarker/web-frameworks development by creating an account on GitHub.
2 Replies
I found it : just use
I have tho
express with deno works the same way it works everyone else
do not use the export serve syntax