• 0 Posts
  • 2 Comments
Joined 10 months ago
cake
Cake day: November 23rd, 2023

help-circle


    1. Someone already mentioned it, but serving static files is possible

    2. It is unsafe, but everyone is doing it regardless.

    And won’t changes in those projects break my project eventually?

    A new version of a dependency could be incompatible, but you shouldn’t update your dependencies (expect vulnerabilities or important features, …)

    1. Didn’t understand it quite, but why are you not using express? It’s way better than the built-in http server