Replies: 1 comment
-
Seeing that you previously had some interest in GraphJim and WASM. We now have a full wasm build that we use for our NodeJS API. https://graphjin.com/posts/1-quick-start#nodejs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/tidwall/gjson-play Allows the json returned from the server to be parsed and searched returning a sub selection of the json .
Its has no dependencies too !
https://github.com/tidwall/gjson
i think it will be useful for building a web ide for graphjin
but also for building apps.
You can use react with the rpc layer being build in golang and compiled to wasm . I can send an example of this
or you can build all of the web app in golang.
I am planning to work on this to build a better ide for graphjin and would appreciate comments
Beta Was this translation helpful? Give feedback.
All reactions