I'm developing some really simple node.js libraries for learning purposes.
It's about functions like HexToBase64 and things like that.
Ideally, I'd like to program in a text editor, and play with it on the node repl, having the code automatically reloaded on the repl on every save.
Any module or tool to interactively play with node?