cplayground
cplayground copied to clipboard
Tech debt: replace synchronous file operations with async versions
There were a few cases where I was in a hurry to get things working and called functions like fs.readFileSync
. We should replace those with their asynchronous counterparts to support more clients using cplayground concurrently.
Working on this issue!