Node.js Streaming after change in file

how make stream to browser without refresh? For example: i write somthing in file and in browser display my text.

You can use sockets. Try the socket.io package: npm install socket.io.

If you want to read/write a stream, you can pipe the stream to socket.io.