Relative Content

Tag Archive for architecturebackend

Architecture of the chat-application. Send a message with files

Prerequisites:
I have a chat application, on this site, among other things, it is possible to send messages with attachments. Initially, I created this functionality only using Websockets. In other words, both text, and files send over Websocket together.