Skip to content

Instantly share code, notes, and snippets.

@mashpie
Last active June 19, 2023 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mashpie/5124626 to your computer and use it in GitHub Desktop.
Save mashpie/5124626 to your computer and use it in GitHub Desktop.
express + i18n-node + cookieParser and avoid concurrency issues
{
"name": "i18n-express-cookie-example",
"version": "0.0.0",
"author": "Marcus Spiegel <marcus.spiegel@gmail.com>",
"dependencies": {
"express": "*",
"i18n": "*"
}
}
@avtaniket
Copy link

app.configure()

Is no longer supported by exressjs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment