Hacker News new | past | comments | ask | show | jobs | submit login

This can be the killer app that Deno needs. As of now there is no specific reason for most of the people to try Deno as Node with its plethora of frameworks works and every one can choose their stack as per their taste. But if they can make Fresh sufficiently better (more cohesive and/or performant on both client and server side) and more feature rich on the backend (ORM + Workers/Queuing) with instant deploy then more people might consider switching.



I didn’t find a mention id this Fresh framework could also run on Node. In other words: is it relying on anything deno-specific?


Deno and Node are not generally compatible:

- their module/packaging systems are totally different

- their APIs for interacting with the system are different


It took a friend and I 2 days last year to build a compatibility layer that allowed to run all the tests of Deno on Node.


How far along is the story of cross compilation for the two ecosystems?



I had no joy trying to get a node JIRA library to run under deno with the various platforms. So still some way to go. Didn't seem far off. IIRC axios was the problem.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: