Posts by manogray • 9 points
2 posts
-
-1
votes1
answer49
viewsA: How to separate the logic of the interface in queries with mongodb and nodejs
Well, the sample code you took in Git was implemented in a didactic way, for easy understanding. So everything is done in the same file and in the same block of code. But in a production application…
-
1
votes2
answers35
viewsA: Access static link on Node using authentication
The simplest case would be that you don’t really authenticate the static file route, but I believe you need to ensure that users access the files only through the platform and not just through a…