Nuxt/examples/with-sockets
Ben Read 86f69e4429
examples(with-sockets): deprecated callback and use cjs (#7650)
2020-07-02 10:59:17 +02:00
..
io chore: lint error 2019-10-18 16:45:51 +01:00
pages examples(with-sockets): deprecated callback and use cjs (#7650) 2020-07-02 10:59:17 +02: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