B
B
BonBon Slick2017-10-10 19:13:11
Asynchronous programming
BonBon Slick, 2017-10-10 19:13:11

Vue.js + socket.io to install a ready-made package or better separately?

I'm a little savvy with Vue, and I'm familiar with Socket.io at the "what is Socket.io" level.
I would like to combine them, and therefore questions arose in order to avoid further rewriting of Ajax requests for sockets.
The example is banal, I have forms on Vue.js, validation is now only on the server, but I need to do it live without reloading the page. I can do it with adjax, but I know that sockets can also be used and it will probably be better, since they will still need to be used for chat, correspondence, and other functionality on the site anyway.
Download a ready-made package? Is there such a thing? Or try to combine it yourself as it should for the site?
The libraries I looked at can be found here: https://github.com/vuejs/awesome-vue

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question