Andrey Sitnik
Andrey Sitnik
ESLint with some plugins from `@logux/eslint-config` and `eslint-plugin-markdown` will allow us to not worry about the syntax errors in JS examples
We need to track changes in files loaded during the Logux Server start. On the changes we need to clean `require` cache and restart the server.
On `NODE_ENV === "development"` server should add random delay and randomly loose connection
We need to have docs about Nano ID problem in RN and found the solution for Expo
We need to copy Logux Django API with more explicit API and implement the latest back-end protocol. Do we need to find a new maintainer for the project?
How to deploy Logux server to: - [ ] Google Cloud - [ ] AWS - [ ] Azure - [ ] Docker
We need to help users in a question: how many servers they will need for their case. * Users number → memory * Users number → latency * Servers number...
We need a migration recipe on our website. How to add Logux just for the simple real-time/collab cases.
We need an HTTP fallback for the use cases: 1. Network doo does not allow opening a WS connection 2. The application doesn’t need real-time updates Question: do we need...