reberhardt7/cplayground

Tech debt: replace synchronous file operations with async versions

Opened this issue · 1 comments

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!