Answer the question
In order to leave comments, you need to log in
How to make realtime chat with Vue.js?
There is a test task in which you need to implement a chat on vue.js, without using third-party libraries .
Requirements:
- You can open the application in different tabs
- Enter both in that tab and in another with a unique login (consider two different users)
- and start a conversation between different tabs
I wanted to do it on sockets using the express framework
But the terms of reference indicate without the use of third-party libraries and without using the network functions of the browser
What does it mean - the network functions of the browser ?
Is it possible to make such a chat without sockets, but only on vue.js
Answer the question
In order to leave comments, you need to log in
If you can’t use third-party libraries, then discard vue, write front and back components in native js.
I would not take a steam bath, I would take vue + express + socket.io
I wanted to do it on sockets using the express framework
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question