Tag: express
-
Using Multiple Directories To Serve Static Resources In Node and Express
On my quest to teach myself Node, Express and various other JS frameworks, I recently built an API serving multiple frontends in one big application. It’s presentend in the same way as TodoMVC where there is a dashboard page with links to other pages, each containing the same app implemented using a different technology. When I first got…