Nuxt/examples/with-sockets
Clark Du b9391d7ea0 chore: fix eslint warning 2019-02-18 10:44:03 +00:00
..
io refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
pages chore: fix eslint warning 2019-02-18 10:44:03 +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 feat: rewrite core to esm 2018-03-16 19:42:06 +03:30
package.json chore(examples): rebase on latest stable nuxt version (#4874) 2019-02-01 16:36:06 +03:30
server.js eslint: Prefer const over let (#3650) 2018-08-08 12:54:05 +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