Closed JensLincke closed 8 years ago
That is a rewrite using techniques from the the service worker. I've used Bluebird coroutines for easy asynchronous flow, like async/await (unfortunately not directly supported by node), fully async filesystem IO and fixed a few things with CORS and CORS preflight requests.
It did not replace httpServer.js because it didn't had all features from the beginning.
If I remember correctly it also fixed a few things with shadowing like deleted files/
moved to branch and deleted in master
was it a rewrite / alternative implementation? Why did it not replace httpServer in the first place?
@jgraichen