Speak now
Please Wait Image Converting Into Text...
Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Challenge yourself and boost your learning! Start the quiz now to earn credits.
Unlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
General Tech Technology & Software 2 years ago
Posted on 16 Aug 2022, this text provides information on Technology & Software related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Turn Your Knowledge into Earnings.
I'm creating client-server application in which I'm planning to incorporate at least 2 technologies. Recently I've read lot about node.js performance in handling web communication, so I wanted to give it a try.
node.js
The problem is, writing the whole service in node.js is rather not acceptable (following the rule: "Choose proper technology to the task, not proper task to technology"), so I want to create only web interface in node.js (both client and server side) and to implement the rest in java/c#/C++.
My first thought was to launch a separate processes of net-interface and core-app and communicate between them using localhost sockets. But I wondered if there is another way to do that as sockets have their limitations (buffer size and so on).
So the question is: Is it possible to force communication between processes with various technologies on the same machine?
Thanks
Yes, it is possible to force communication between various technologies by using Web Services.
In my opinion, it is more robust to pass data between various technologies using Web Services rather than do it using javascript. You know, the user can simply use his browser with javascript disabled.
Every mature programming language supports web services.
Moreover, if you want to integrate different applications written in the same language such as Java, you can use the Java Messaging Service. Works like a charm!
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
General Tech 9 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 2 Answers
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.