|
|
|
|
|
by austin-cheney
19 days ago
|
|
On application startup I assemble together the various front end files I need and store this in memory as a string. When the server sees a request for the desired page I respond with the desired string. Since I am not handcuffed by some giant framework I have maximum flexibility to do what makes sense. |
|
So in other words, you created your own bundler?
Node isn't actually doing the work for you on the front-end.