Go Back
2 Votes

Extend Harmony Core to generate gRPC projects.


.

3 Comments | Posted by Erik Read to Visual Studio Integration on 12/6/2021 6:55 PM
Jeff Greene
Hi Erik,
Right now in Harmony Core we have support for more than just REST. The oData side of things will always be RESTful by definition. But we also have support for SignalR and Json-RPC when exposing traditional synergy routines (Traditional Bridge). gRPC is in some ways a better fit for exposing Traditional Bridge routines, in others its a little bit less user friendly. SignalR has the advantage of being somewhat more externally accessible. That accessibility is really nice when you're exposing something to a 3rd party or even just a different team within your org. That said, the SignalR support is a pretty thin template that could be easily changed to support gRPC.

Are you interested in using gRPC internally or are you looking to write code that runs in a browser and communicates directly to this gRPC service?

12/16/2021 11:58 PM   0  
Gordon Ireland
I am using Signal with harmony code traditional bridge to link a back end Synergy app with an angular front end. Works great. 

Backend is running on linux

12/30/2021 10:00 PM   1  
Steve Ives
Is that similar to using SignalR with Harmony Core? Sorry, couldn't resist :) Happy New Year!

1/3/2022 6:04 PM   1  
Please log in to comment on this idea.