Creating a micro service that gets couple websites main pages html. One of them performs a check for enabled JS and redirects to error page if no JS was detected.
Is there a way around it with Golang?
EDIT: attempted to play with this package (JavaScript interpreter) but with no luck..
EDIT2: its 2020, moved to use js Puppeteer
It uses embedded browser and is a very mature and packed with utilities library. for complex web apps embedded browser is really the only one to go
For backends written in other the js I would still use 'Puppeteer' as a micro service
hope this helps anyone in the future
thanks