mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
aa09a20ce8
* examples: Add info for with-sockets * fix: typo
475 B
475 B
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