An open API service indexing awesome lists of open source software.

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

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.

Screenshot of Application

## 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