Discussion:
[dart-misc] dart on cloud functions
Anders Holmgren
2016-07-07 00:37:56 UTC
Permalink
So when are we likely to see Dart supported on google cloud
functions https://cloud.google.com/functions/ ? ;-)

I know, probably the day after never, but it would be very cool
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'John Messerly' via Dart Misc
2016-07-11 21:32:52 UTC
Permalink
It uses node.js, right? We've been able to run some Dart code on node.js
with Dart Dev Compiler. So that's at least one option that'll be available
at some point (once DDC is ready for wide use). And if that became popular,
there's certainly ways we could make the Dart code run even faster.
So when are we likely to see Dart supported on google cloud functions
https://cloud.google.com/functions/ ? ;-)
I know, probably the day after never, but it would be very cool
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Anders Holmgren
2016-07-11 23:17:31 UTC
Permalink
For totally unrelated purposes I have a project that I spiked using dart in 20% time at work that looks like it may get the green light.

Sadly dart is not one of our anointed stacks but node is so if I can convert it I may be able to salvage it.

I'll have to try out the ddc. Is it just js node or ts too?
I'd probably rewrite it in Java if the alternative was js.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'John Messerly' via Dart Misc
2016-07-11 23:47:35 UTC
Permalink
Post by Anders Holmgren
For totally unrelated purposes I have a project that I spiked using dart
in 20% time at work that looks like it may get the green light.
Sadly dart is not one of our anointed stacks but node is so if I can
convert it I may be able to salvage it.
I'll have to try out the ddc. Is it just js node or ts too?
DDC generates EcmaScript 6.

Consuming/generating .d.ts files is interesting too. I saw this link in
another thread, which seems relevant:
https://groups.google.com/a/dartlang.org/d/msg/misc/IsK70dhOIeY/6TNvTFHOAgAJ
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...