Giter VIP home page Giter VIP logo

Comments (3)

coreybutler avatar coreybutler commented on May 26, 2024

The service wrapper doesn't have a means of communicating in real time since most changes require a restart in order for Windows to recognize the change. Are you trying to reload the XML configuration file that runs the service? The only way to accomplish this is to modify the configuration file and restart the service. This could be done by watching the config file for changes and restarting the service upon save of the config file.

If you're talking about communicating with your own file (as opposed to the wrapper), I'd suggest writing a lightweight socket server into your app. You could then communicate with it from any other node app, telnet, or anything else that can connect to the socket.

from node-windows.

 avatar commented on May 26, 2024

Wow, that was a quick reply! Thanks. I was talking about communicating with my own file instead of the wrapper. I was thinking about using sockets, too. Thanks again, and thanks for node-windows. :)

from node-windows.

coreybutler avatar coreybutler commented on May 26, 2024

You're welcome.

FWIW - node-windows is actually just a small subset of the upcoming platform I've been working on (NGN). The platform actually has this kind of inter-process communication built in. I'm not sure when the release will be, but I can say that writing a robust socket server for a process was more time consuming than I originally anticipated. Depending on how critical your app is and how much time you have, another quick option would be to add a lightweight web server to respond to changes.

from node-windows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.