saplingjs / sapling

🌿 Sapling is a Node.js framework for faster-than-light web development.
https://www.saplingjs.com
MIT License
14 stars 0 forks source link

Use Promise-based `fs` methods #432

Closed groenroos closed 2 years ago

groenroos commented 2 years ago

Currently, the project mainly uses the Sync API for the interacting with the filesystem. This is blocking, and so, a performance killer.

Convert all fs interaction to use the Promise-based API instead.