lein_template_descjop
lein_template_descjop copied to clipboard
Doc and details?
Hi there, thanks for sharing this template, I was able to create a re-frame helloworld / pomodoro app in a couple of hours without knowing much about electron, so thanks!
Could you provide details about the project structure?
As far as I understand there's a piece of node code src/project/core.cljs
and a piece of html + js code app/.../index.html
+ src_front/...
.
When the electron framework starts, the node server will run the nodejs code. The nodejs code will create the windows that display & run the html pages. What about creating new windows? How do you communicate between the client and the server?