Can Roku consume JS?

I currently have Javascript code written that I am currently using across the web and I was wondering if there is a way to perform the initial video event handling using BrightScript and then consume my JS code that I already have written for the rest of my logic? Any direction would be great. Thanks!

Nope. Rewrite your Javascript in Brightscript. You could however run your Javascript on your webserver and deliver the results to the Roku.

  • Joel

Thanks…what I was lookin for. Figured it was worth the ask :slightly_smiling_face: Thanks for the reply.