Hacker News new | ask | show | jobs
by jackhalford 1951 days ago
The is interesting to me because I want to do frontend and I don't know javascript.

At first glance, it seems there is a big problem: _every_ event means a client<>server round trip! I tried this with their basic examples, when I cut the server the client becomes static. It seems to me a lot of the logic could be kept client side. Am I missing anything here?

1 comments

Although they have live versions in the documentation, are these widgets being served by a dedicated server or is it all client side?