Hacker News new | ask | show | jobs
by parmenidean 1423 days ago
Gotcha, I think that makes sense! Just to make sure I understand -- on server-side, they're pulling in all relevant information from their own database and whatever 3rd parties are needed (maybe for injury reports, etc.). The server then generates an HTML page that it sends as-is to the client, which just faithfully renders the code? Thanks for the answer!
2 comments

And you can go half way by embedding your data in the page and working with it as you do now. Depends on what you are doing.
Exactly that.