Replies: 4 comments
-
maybe a more updated / better version of this example |
Beta Was this translation helpful? Give feedback.
-
just some extra info, basicly all i would want to do is get some options / config from the user before the server starts and then based off that, inject some routes / middleware and then functions into the app |
Beta Was this translation helpful? Give feedback.
-
I fail to understand what you are triyng to do. Are you tring to write an express app? Do you want to contribute to express? Do you want to create your own fork of express that will have features that the original express would never have? Please explain more deeply what exactly are you asking and what response you expect |
Beta Was this translation helpful? Give feedback.
-
I would recommend you to have a look into the source code. Under root/lib/application.js you can see that the express() function was called by express and they added some more methods to it. Here is the code in the above mentioned file:
|
Beta Was this translation helpful? Give feedback.
-
Hello i want to make a framework based off express like in the docs where theses frameworks do. link but how are they using express under the hood.
Beta Was this translation helpful? Give feedback.
All reactions