Web Connection
Javascript on the server side
Gravatar is a globally recognized avatar based on your email address. Javascript on the server side
  Marcel DESMET
  All
  Dec 16, 2024 @ 03:25am

I'm having fun with node.js at the moment.

My question is about intégration with a live COM Westwind situation of the RUN or ShellExecute command to communicates with nodes.js.

But maybe it could be better to create a nodes.js localhost server and communicate with json data ?

Gravatar is a globally recognized avatar based on your email address. re: Javascript on the server side
  Rick Strahl
  Marcel DESMET
  Dec 16, 2024 @ 09:16am

Shelling out to nodejs will be too slow and resource intensive so yeah using services is probably a better choice.

There are also .NET based NodeJs hosting options that let you basically host NodeJs inside of an existing process.

But frankly - keep it simple stick to one platform as much as possible. If you need to interop use larger chunks - silos - to isolate functionality that you can most likely reference via separate URL routes.

+++ Rick ---

© 1996-2025