Differences
This shows you the differences between two versions of the page.
nodejs-repl-rp [2024/06/20 20:32] – created steve.wang | nodejs-repl-rp [2024/06/20 20:35] (current) – steve.wang | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== repl-rp ====== | ====== repl-rp ====== | ||
- | This project is helps you playback your Nodejs repl history like a video file or a memory. You would be able to every Nodejs repl command and play them back in relative time. During plaback, you would be able to pause and run other commands in the environment like a simulation. As of the time of writing, there is no other public Nodejs libraries that provide functionality like this out of the box. I started developing this because of the [[konduktiva]] project required a way to save the Konduktiva MusicalEnvironment into a file. I misunderstood what, Renick Bell, the original author of Konduktiva had requested for. That caused me to spend a lot of time experimenting with [[https:// | + | This project is helps you playback your Nodejs repl history like a video file or a memory. You would be able to every Nodejs repl command and play them back in relative time. During plaback, you would be able to pause and run other commands in the environment like a simulation. As of the time of writing, there is no other public Nodejs libraries that provide functionality like this out of the box. You can check out the code on [[https:// |
Currently, the playback time uses [[https:// | Currently, the playback time uses [[https:// |