All Questions
2 questions
1
vote
0
answers
37
views
avoid passing dbsession object to multiple modules
I have a project which has a service-oriented architecture. for example, anything relates to payment is inside payment module.
-dao
-config
-constatnts
-middlewares
-modules
-payment
-user
-...
0
votes
0
answers
376
views
Is this MEAN stack design-pattern suitable at the 1,000-10,000 user scale?
Let's say that when a user logs into a webapp, he sees a list of information.
Let's say that list of information is served by one of two dynos (via heroku), but that the list of information ...