https://github.com/cmpadden/nuxt-socketio-scaffolding
Example streaming application using Nuxt.js and Socket.io
https://github.com/cmpadden/nuxt-socketio-scaffolding
Last synced: 4 months ago
JSON representation
Example streaming application using Nuxt.js and Socket.io
- Host: GitHub
- URL: https://github.com/cmpadden/nuxt-socketio-scaffolding
- Owner: cmpadden
- Created: 2021-09-09T19:37:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T19:37:24.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T20:29:35.204Z (about 1 year ago)
- Language: Vue
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt.js Socket.io Scaffolding
Simple scaffolding for a streaming application using Nuxt.js and Socket.io with
basic styling via Tailwind CSS. The application demonstrates the ability to
monitor socket status, `emit` an event from the client to retrieve a message,
and subscribe to long-running background tasks to determine back-end CPU and
memory utilization.

## References
### `nuxt-socket-io`
- https://github.com/richardeschloss/nuxt-socket-io
- https://nuxt-socket-io.netlify.app/
### Tailwind CSS
- https://tailwindcss.com
### `python-socketio`
- https://github.com/miguelgrinberg/python-socketio
- https://python-socketio.readthedocs.io/en/latest/index.html