I try to run a node server as api to write into a local json as db.
Just small crude operation.
Everything works nicely in local or with portable installation but it s node buildding completely with executable when i do the electron build.
I suppose because my node run locally port 3000.
Anyone facing this issue ? I read a lot on but I don't know what's the best and modern solution.
Or maybe in this projet there is already the possibility of doing that easily ?
Hello,
I try to run a node server as api to write into a local json as db. Just small crude operation. Everything works nicely in local or with portable installation but it s node buildding completely with executable when i do the electron build. I suppose because my node run locally port 3000.
Anyone facing this issue ? I read a lot on but I don't know what's the best and modern solution. Or maybe in this projet there is already the possibility of doing that easily ?
Thanks a lot