Hi, thanks for your sharing. I have a question I would like to ask you. In your code you are opening a MongoDB client for each CRUD method. In your opinion, is it a solution that can be safely used in scenarios where there are many incoming requests? if not, what another way would be in your opinion?
Thanks.