FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.88k stars 137 forks source link

foalts adapter or version for deno #972

Closed elycheikhsmail closed 3 years ago

elycheikhsmail commented 3 years ago

are foalts dev planning to make possible to run it with deno runtime instead of node ?

LoicPoullain commented 3 years ago

There is currently no plan to support deno in the future.

I don't see for the moment what real advantage deno brings compared to Node with an upstream compilation.

Note: supporting deno would also require a lot of work as deno and node have different APIs.