Welcome to BBS, our new discussion boards

Discourse is a JavaScript app, so it actually sends very little down over the wire.

Once you have the Discourse JavaScript “app” cached in your browser, it is far more efficient than traditional HTML/CSS server based application, because it’s only sipping down little chunks of JSON from the server to update the page, rather than reloading the entire shebang of a page every time you click.

3 Likes