mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
b11e9c0e51
- [ ] babel-eslint https://github.com/babel/babel-eslint/issues/664 - [x] eslint-config-standard-jsx https://github.com/standard/eslint-config-standard-jsx/issues/32 - [x] eslint-config-standard to be stable release https://github.com/standard/eslint-config-standard/issues/123 - [x] eslint-plugin-html - [x] eslint-plugin-import - [x] eslint-plugin-jest - [x] eslint-plugin-node - [x] eslint-plugin-promise - [x] eslint-plugin-standard https://github.com/standard/eslint-plugin-standard/issues/29 - [x] eslint-plugin-vue https://github.com/vuejs/eslint-plugin-vue/pull/504 - [x] eslint-plugin-react https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.10.0 |
||
---|---|---|
.. | ||
io | ||
pages | ||
plugins | ||
nuxt.config.js | ||
package.json | ||
README.md | ||
server.js |
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