reberhardt7 / cplayground

GNU General Public License v3.0
115 stars 14 forks source link

Tech debt: replace synchronous file operations with async versions #27

Open reberhardt7 opened 4 years ago

reberhardt7 commented 4 years ago

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.

catzhang commented 4 years ago

Working on this issue!