evo-lua / evo-legacy

[Obsoleted Prototype] Highly experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
0 stars 0 forks source link

Add ``fs.watch``-like functionality as an abstraction for libuv's ``fs_event`` APIs #16

Open rdw-software opened 3 years ago

rdw-software commented 3 years ago

I've always liked this in nodeJS apps as it can be used to imlement hot reload with ease.