You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is such a well done approach that it is a shame that if you want to use it from another language you would need to write your own bindings. The general idea would probably go like this. From a backend language like, go, C#, java, php, etc. Serialized the view model into a json object which is then send to the nodejs host that then takes that view model and renders the email and returns it back to the original language as a string. Maybe the best way to go about this for a cloud friendly approach would be http.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is such a well done approach that it is a shame that if you want to use it from another language you would need to write your own bindings. The general idea would probably go like this. From a backend language like, go, C#, java, php, etc. Serialized the view model into a json object which is then send to the nodejs host that then takes that view model and renders the email and returns it back to the original language as a string. Maybe the best way to go about this for a cloud friendly approach would be http.
Beta Was this translation helpful? Give feedback.
All reactions