Click here to Skip to main content
15,884,628 members

Comments by Andy Lanng (Top 200 by date)

Andy Lanng 4-Dec-19 6:04am View    
Please post new questions as a Question. We are limited in what interactions we can provide in reply posts
Andy Lanng 12-Nov-19 5:42am View    
It's a perfectly valid approach. if you want to be really bleeding edge then you could give it a GoLang backend, but that's just another language to learn (but it is easy and even more lightweight than node)
Personally, I'd write my backend in Nodejs and front end in NodeJs with React, but whatever you find easiest ^_^

As for "available on any device"? Well every device has a web browser ^_^
Andy Lanng 12-Nov-19 3:48am View    
First obvious issue I can see is that the whole object needs to be wrapped in curly brackets ('{}')
Andy Lanng 25-Oct-19 6:31am View    
Right, you still have access to the context request in the filter.
Andy Lanng 25-Oct-19 5:54am View    
There is no "foreach" in your post