Alex Gulikers
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created How can I make Webstorm aware of Express server render variables, within EJS templates client-side?
I'm not sure how to best title this, but say I'm serving up a query response from MongoDB, and using Express to render the index page, by sending the results of the query as an array like so (serve...