Answer the question
In order to leave comments, you need to log in
Introduction of a new module?
Hello! There is a project with the following functionality: authorization / registration, creation of components in a table (a la todo), search in this table, and so on. The task is to write a chat module with functionality: sending messages, the ability to attach files (mainly .doc), + screenshots (photos), the ability to save a list of dialogs from users already registered on the service.
Question: Can this be implemented in the same project where the service itself is (write the chat logic in redux interfering with the service logic) or is it better to implement it in a separate project, and then connect it (then the question is writing an API for the chat)?
The same applies to the back part on the node: Is it also possible to shove everything into the service routes or can it be decompressed?
Answer the question
In order to leave comments, you need to log in
write chat logic in redux interfering with service logic
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question