Using a dart as a transpiler with node.js

Is there a way to use the dart language with node.js? Something like livescript, coffeescript, typescript, etc.

Thank!

+4
source share
1 answer

Yes, definitely. A similar question completely answered SO using the Angular 2 Dart frontend with the Node.js file .

For dart Node.js, I / O integration with the emerging Node IO library .

+2
source

Source: https://habr.com/ru/post/1652782/


All Articles