Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: grpc system to do html and JSON data binding #138

Open
ghost opened this issue Jan 15, 2019 · 0 comments
Open

Question: grpc system to do html and JSON data binding #138

ghost opened this issue Jan 15, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 15, 2019

This is a really fascinating project. Using grpc and templating makes it possible to do allot of codegen.

I think what I want to do is not possible with this project but here goes:

I need to model a hierarchical html to JSON databinding system.
The use case is that users have html and JSON and want a grpc client that they can call from their language in order to produce the final html with the data merged.

A bit like mustache but using grpc so any other language can use it.

Again I am not sure that the architecture of this project facilitates this because in this project protobuf is uses as the SDL defining the data itself. Then you take templates and hey presto you get your output ( anything you want ).

If you can comment on my thought I would appreciate it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants