alex06
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2014
01:07 PM
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?
1 REPLY 1

RokuMarkn
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2014
01:23 PM
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
--Mark