bbc / tal

TV Application Layer
http://bbc.github.com/tal
Other
559 stars 150 forks source link

Client side rendering only #504

Closed boris-felix closed 1 year ago

boris-felix commented 6 years ago

Hi here,

I would like to know if TAL can only work on a server side rendering model ? The project i am working on will have to potentially face a lot of traffic and we would like to avoid having to deal with any web server configuration as nginx for example. As a solution, we are currently hosting all our web applications on an S3 bucket with only the html files and the static assets to render and we are doing all the routing part with javascript ( React Router for instance ). Does something similar would be possible with TAL ?

After doing some researches, i was thinking of hosting my application somewhere on S3 and then launching it from a main TAL application like explained here : http://bbc.github.io/tal/other/launching.html.

Do you think that this is a good approach ?

Thank you for your help.

kukulaka commented 1 year ago

Hi @boris-felix, thank you for your question. We have deprecated this project and there are no plans for active development going forward.

Please see the deprecation notice.