문제

I want to monitor last modified files in browser in real time.

i.e. I am editing file in my editor, and when I press Ctrl+S, browser change displayed information, also file shared in local network, and I want to monitor changes from other people

What ruby libraries(or maybe not only ruby) I must to use?

도움이 되었습니까?

해결책

You probably want to use Guard, which is just a wrapper around whatever the OS provides, such as inotify or kqueues.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top