Architecture
WARNING! This section is a work in progress. The organization and content may not reflect what you expect and are subject to change. Apologies while it gets sorted out.
Explanation of how Lore is built
Explanation of how Lore is built
Challenge when implementing WebSockets and architectural approach Lore uses to address it.
The challenge with adding support for WebSockets is finding a way to integrate it into the existing infrastructure that supports REST API interactions without having to duplicate actions or reducers for every real-time endpoint (which would be tedious and error prone).
This video describes how Lore will most likely implement support for WebSockets