Nuxt/examples/with-sockets
Dmitry Molotkov ee7ad7741e fix(examples): fix deps on codesandbox (#4828)
[skip ci]
2019-01-22 11:04:19 +03:30
..
io refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
pages refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
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 fix(examples): fix deps on codesandbox (#4828) 2019-01-22 11:04:19 +03:30
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