Forum Discussion

xtr33me's avatar
xtr33me
Visitor
12 years ago

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!

2 Replies

  • 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 🙂 Thanks for the reply.