Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使流到浏览器而不刷新?例如:我在文件中写一些东西并在浏览器中显示我的文本。
您可以使用套接字。试试这个socket.io包:npm install socket.io。
socket.io
npm install socket.io
如果你想读/写一个流,你可以通过管道将流传输到 socket.io。