Nuxt/examples/with-sockets
Pooya Parsa 39b558f59c
refactor core into sub-packages (#4202)
2018-10-31 00:12:53 +03:30
..
io refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
pages feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
plugins Start refactoring sockets example 2017-07-10 09:03:18 +02:00
README.md examples: Add info for with-sockets (#3691) 2018-08-11 18:10:43 +01:00
nuxt.config.js feat: rewrite core to esm 2018-03-16 19:42:06 +03:30
package.json examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
server.js eslint: Prefer const over let (#3650) 2018-08-08 12:54:05 +02:00

README.md

Nuxt.js with Socket.io

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

  • 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