ArisiaInc / a21-remote-site

Website for logged-in attendees of Arisia 2021
Apache License 2.0
2 stars 2 forks source link

Choose the front end architecture #4

Closed jducoeur closed 3 years ago

jducoeur commented 3 years ago

Spinning out of a conversation on Slack with @Gailbear -- there are two broad approaches that we could use for the front end of this thing:

Or possibly something in-between, even, with an SPA constructed from components.

The SPA approach is generally more modern and powerful, but requires more technical nous for constructing the front end.

We'll need to decide this soon, before we start seriously coding anything, since it affects the entire front half of the application.

jducoeur commented 3 years ago

Ideally, we'd like this to cope with a websocket connection, so that we could have, eg, live Discord chat via a 'bot.

Gailbear commented 3 years ago

we're trying angular! (not angularjs, they are different) so we'll see how that goes.