how to do realtime update data on SPA? [closed] - node.js

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I have a SPA web app that was built using next js and express js, how do I update the data from an application running on computer 1 if the data is changed by computer 2 without the application on computer 1 being refreshed

Socket.IO enables real-time, bidirectional and event-based communication.
It works on every platform, browser or device, focusing equally on reliability and speed.

Related

A chat site that works smoothly and then becomes slow [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
I have a chat site that works with the node js socket io system. The site works smoothly, but when I open the site for more than an hour and correspond with it, the phone starts to hang and the site becomes very slow.

Nodejs Websocket Speed [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 months ago.
Improve this question
I am building a multiplayer game and am using websockets as the data transfer for playing. I want to know how many ms it takes for a message to be send from the client to the server and the server to the client. I am using nodejs websocket package ws
to know how much MS it takes is not an answer anyone can directly give ... that is entirely dependent on the hardware you are running your source code on as well as the latency of the recipient

How can I make a desktop app with node.js in the backend for APIs [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
What would be the best set of technologies to use if I want to make a desktop application which would fetch data from server through JSON (node.js with MYSQL).
Side note: Currently we are using angular.js for frontend but the client wants a desktop app and is adamant. Don't want to change anything server side.
If you want to go ahead with js itself then you might want to look into electronjs you can even combine it with other frontend techs such as Angular, React or VueJs.
Another option is NW.js.
Look into both and choose as per your requirements both have pros and cons.

How to Host node application in IIS? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am developing an application in mean-stack. The only the difference is that I want to host my application in IIS rather than express.js. Is it possible or feasible to do so? What are possible advantages and disadvantages? Thanks in advance.
It seems to be possible: Hosting node.js applications in IIS on Windows. That site even mentions some benefits. To be honest, I have no first hand experience (or need) to run Node on IIS.

Hosting nodejs and mongodb [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have my own physical server in a datacenter.
I have experience in hosting IIS for production. And I never done it for nodejs and mongodb.
Would like to ask, is there any standard procedure I should follow when hosting both nodejs and mongodb in my server? Or should I just setup it like how I setup in my local machine?

Resources