Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
alex06
Visitor

Developing a Web on Roku

I have a client/ server multimedia web application that currently is running on web browsers using a Python/Django server in the back end. I would like to move the client side of this application to Roku and interface it to my server in the cloud using web services to support TV devices. Can this be done?
0 Kudos
1 REPLY 1
RokuMarkn
Visitor

Re: Developing a Web on Roku

If the interface to your web services is via HTTP requests, then yes, you should be able to write a Roku channel which uses those interfaces using roUrlTransfer to communicate with your server.

--Mark
0 Kudos