I don't have anything I would like to share at this time. They are hobby 
projects for a reason. If I get around to clean one up, I'll share it.

Both the Dart team and the GRPC team have already been asked for Dart 
support but it doesn't seem like it is going to happen anytime soon, at 
least not according to the links below. I am kind of puzzled by the GRPC 
team's statement though. I would have thought a Google-backed language 
would carry some weight in a Google-backed project with a Google-backed 
protocol which is used in a ton of open Google APIs. ;)

https://github.com/dart-lang/dart-protoc-plugin/issues/59
https://github.com/google/protobuf/issues/2119


On Friday, September 30, 2016 at 12:21:39 PM UTC+2, Joe Blue wrote:
>
> nice work.
>
> if your able to link to some github repo of this demo, woudl be great to 
> see it.
>
> you shoudl aks the dart maintainer to update the repo to protobug v3 too. 
>
> joe
>
> On Fri, Sep 30, 2016 at 12:14 PM Tais P. Hansen <tais....@gmail.com 
> <javascript:>> wrote:
>
>> My hobby projects are all Dart + Golang (and running on Google App 
>> Engine). I currently do custom services on the Dart side and use Gin for 
>> restful API on the server side. Works pretty well.
>>
>> I also poked at GRPC in Dart and have created a very rudimentary 
>> client/server setup but the Protobuf and compiler needs work on the dart 
>> side. Dart only supports Protobuf version 2 while GRPC needs version 3. If 
>> that ever happens I would discard my custom implementations and base it 
>> completely on GRPC.
>>
>>
>> On Tuesday, August 30, 2016 at 1:55:27 AM UTC+2, Joe Blue wrote:
>>>
>>> Hey everyone,
>>>
>>> i am building a front end in Dart (Angular2).
>>> I am really liking Dart so far. Great work.
>>>
>>> The backend i can build in Dart OR golang.
>>> At the moment i am thinking of building the Restful layer in Dart. The 
>>> main reason being that i can share type models (and validators) between the 
>>> client and server easily.
>>> But i need to be able to call from the Restful dart down into golang.
>>>
>>> Anyone thought about the best way to do this ?
>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "angular-dart" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/angular-dart/1xxNFuGnsIM/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> angular-dart...@googlegroups.com <javascript:>.
>> Visit this group at https://groups.google.com/group/angular-dart.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/angular-dart/0bfa4b5f-ca54-42e8-883f-74b6a22f6dd4%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/angular-dart/0bfa4b5f-ca54-42e8-883f-74b6a22f6dd4%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"angular-dart" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular-dart+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular-dart.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular-dart/ba6484bd-c061-46ca-90d3-7842ff3fad1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to