Skip to content

2023-07-13: React functionality #355

Answered by coreybutler
Fade253 asked this question in General
Discussion options

You must be logged in to vote

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:

  • A static we…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Fade253
Comment options

@coreybutler
Comment options

@MarkAurit
Comment options

Answer selected by Fade253
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #354 on July 13, 2023 14:48.