Nuxt/examples/with-sockets
renovate[bot] e934da3c36
chore(deps): update devdependency @nuxtjs/eslint-config to v5 (#8345)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-11-14 17:10:53 +00:00
..
io chore: lint error 2019-10-18 16:45:51 +01:00
pages chore(deps): update devdependency @nuxtjs/eslint-config to v5 (#8345) 2020-11-14 17:10:53 +00:00
plugins Start refactoring sockets example 2017-07-10 09:03:18 +02:00
README.md doc: create/update README.mds for examples (#4980) 2019-02-08 15:48:30 +01:00
nuxt.config.js examples(with-sockets): deprecated callback and use cjs (#7650) 2020-07-02 10:59:17 +02:00
package.json chore(examples): rebase on latest stable nuxt version (#4874) 2019-02-01 16:36:06 +03:30
server.js examples(with-sockets): deprecated callback and use cjs (#7650) 2020-07-02 10:59:17 +02:00

README.md

Nuxt with Socket.io

An example for Nuxt.js with WebSockets over Socket.io.

Socket.IO enables real-time, bidirectional and event-based communication. It works on every platform, browser or device, focusing equally on reliability and speed.

  • Do you use Nuxt programmatically (eg. with Express or Koa)? Take a look into server.js for setting up WS with your implementation

  • In case you use Nuxt standalone, check out nuxt.config.js and the io-module

  • In both situations you should look into the index.vue where sending and receiving messages is done