AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Asynchronous File IO in JavaScript
The FS forward slash promises library provides asynchronous file IO. There is also a set of synchronous functions as well, but they're just call back based instead of being promise based. It's much better to use the await FS that right file promise, which is now available and has been for a quite a while.