Tagged Questions
4
votes
3answers
48 views
Building SQL from multiple combinations of query parameters
I have a node.js/express.js based REST application. In one GET service I am querying data based on different set of request parameters. I am looking for a better way to implement it.
...
7
votes
2answers
143 views
Local user registration
More javascript (nodejs) to go with the passport wrapper I just posted:
UserBook.js
...
2
votes
1answer
625 views