Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TX
txmyx @programming.dev
Posts 0
Comments 2
Questions from a new developer on Node and ExpressJS
    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