Hacker News new | ask | show | jobs
by chops 2035 days ago
It is indeed very websockety. While it is a server-side rendering framework, it relies heavily on javascript and websockets (or fallback to ajax, if websockets aren't available).

However, there isn't a built-in mechanism to handle a client who simply doesn't have javascript enabled at all. Interfaces could be built with traditional HTML forms, but I understand that's not the same thing.