Last active
June 19, 2023 07:47
-
-
Save mashpie/5124626 to your computer and use it in GitHub Desktop.
express + i18n-node + cookieParser and avoid concurrency issues
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "i18n-express-cookie-example", | |
"version": "0.0.0", | |
"author": "Marcus Spiegel <marcus.spiegel@gmail.com>", | |
"dependencies": { | |
"express": "*", | |
"i18n": "*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is no longer supported by exressjs