Would like to work on Pluto, Any scheme of how the flow between browser and Julia works? #1307
Answered
by
lungben
zahachtah
asked this question in
Pluto development
-
Is there some schematics on how the states are defined in Julia and the browser and how the message-definitions look when sending information between them? If not I'll try to dig through the code but I suspect someone must have made some diagram or table or something defining all the specs? |
Beta Was this translation helpful? Give feedback.
Answered by
lungben
Jul 12, 2021
Replies: 1 comment 1 reply
-
I am not aware of such a diagram, but agree that this would be helpful. For the Julia side, the conversion to JS data structures is done here: Pluto.jl/src/webserver/Dynamic.jl Line 95 in 28e452b For the frontend side, this may be a starting point: https://github.com/fonsp/Pluto.jl/blob/main/frontend/components/Editor.js |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zahachtah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not aware of such a diagram, but agree that this would be helpful.
For the Julia side, the conversion to JS data structures is done here:
Pluto.jl/src/webserver/Dynamic.jl
Line 95 in 28e452b
For the frontend side, this may be a starting point: https://github.com/fonsp/Pluto.jl/blob/main/frontend/components/Editor.js