Hi, I'm new approacher of node.js technology, and currently i'm using node-red platform,
My idea is to define multiple modules (or node-red flows) to execute specific scopes. Every module is like a broker to connecting with different technologies, like raspberry pi and telegram for example. I would like to know if there are some guidelines about best practice to define communication between these multiple components. Initially I've guess to use websockets, this can be efficient? If a will define a specific flow to get telegram message from a user, then calling via websocket another remote module that e.g. will execute a bash script and return the result to first module, using stuff like websocket can be ok? My main objective is to call some remote method and wait for results. Someone have already implemented logics like this? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/7aa3f6df-e77d-40ae-a236-d97dc438e0e6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
