Does anyone know of a small, fast, javascript emulator with DOM layer support? in either C/C++?
The problem: I need rudimentary support for javascript in a crawler application, and am wondering if there's any other options other than:
a) Integrating WebKit (headless) (slows down crawling tremendously). b) Integrating SpiderMonkey and writing the DOM layer myself (not looking forward to this option, not sure if its even worth it, speed wise).
Any other options?
Thanks!