2023-07-13: React functionality #355
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I'm not entirely clear what you're trying to do here, so please clarify if I'm off base in my response. node-windows creates and manages background services, such as web servers and APIs. React is a frontend framework that runs in browsers, not in Node. React has some node-based build tools (i.e. node-windows would be more appropriate for a "main backend", i.e. the web server. It sounds like your backend is written in C#, so node-windows likely isn't the right fit for this scenario. If you had an Express/Restify/Fastify backend server, then node-windows would be a more appropriate fit. If you need:
I'm going to close this since I don't think it is in the scope of what node-windows is for, but I will convert this issue to a discussion. |
Beta Was this translation helpful? Give feedback.
I'm not entirely clear what you're trying to do here, so please clarify if I'm off base in my response.
node-windows creates and manages background services, such as web servers and APIs. React is a frontend framework that runs in browsers, not in Node. React has some node-based build tools (i.e.
create-react-app
), but those aren't designed to be background services either.node-windows would be more appropriate for a "main backend", i.e. the web server. It sounds like your backend is written in C#, so node-windows likely isn't the right fit for this scenario. If you had an Express/Restify/Fastify backend server, then node-windows would be a more appropriate fit.
If you need: