I created a desktop application using python as the backend and Electron JS integrated with Node JS as the front end. The image below is the file tree for my project. I was able to link up both the python with Electron JS using the renderer.js file and my app functions as expected. But my question is, how should I
Tag: electron
Electron Problem runing manage.py runserver
I’m developing a web app, but just yesterday when i try to run manage.py wiht runserver appeared to me this error “(electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new behavior. Crash reports will be uploaded gzipped, which most crash reporting servers
Create an electron JS desktop app with python and react js
I want to create a desktop app with Electron JS and form front end I can use React JS as I’m familiar with it. I have a good grasp of Python I checked over the internet but they all wanted me to create an API and run it on local I can do that and connect to react electron app
electron/socket.io client – python-socketio/aiohttp server // fail to connect
This websocket connection fails. The funny thing is this was working a couple days ago. I downgraded electron from 6 to 5.0.6 but this didn’t help. Server Client (also tested from pure node) When I try it in the browser, I get cors error. Thus, I allowed cors which made it work When I run this from electron/node now, I