How to stream the date and time from the server via sockets? that is, every second send the correct date and time to the client
also interested in how to hang the handler, which will notify when a certain file changes? that is, a callback that is called when a file changes
(NodeJS)
thank