https://github.com/strapi-community/strapi-plugin-io
A plugin for Socket IO integration with Strapi CMS.
https://github.com/strapi-community/strapi-plugin-io
io socket-io socketio strapi strapi-cms strapi-plugin
Last synced: 4 months ago
JSON representation
A plugin for Socket IO integration with Strapi CMS.
- Host: GitHub
- URL: https://github.com/strapi-community/strapi-plugin-io
- Owner: strapi-community
- License: mit
- Created: 2022-03-22T22:20:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T16:44:28.000Z (over 1 year ago)
- Last Synced: 2025-06-19T06:16:42.713Z (4 months ago)
- Topics: io, socket-io, socketio, strapi, strapi-cms, strapi-plugin
- Language: JavaScript
- Homepage: https://strapi-plugin-io.netlify.app
- Size: 1.42 MB
- Stars: 55
- Watchers: 5
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strapi-plugin-io
A plugin for [Strapi CMS](https://github.com/strapi/strapi) that provides the ability for [Socket IO](https://socket.io) integration
[](https://img.shields.io/npm/dm/strapi-plugin-io?style=for-the-badge)
[](https://img.shields.io/npm/l/strapi-plugin-io?style=for-the-badge)
[](https://img.shields.io/github/v/release/ComfortablyCoding/strapi-plugin-io?style=for-the-badge)## Requirements
The installation requirements are the same as Strapi itself and can be found in the documentation on the [Quick Start](https://strapi.io/documentation/developer-docs/latest/getting-started/quick-start.html) page in the Prerequisites info card.
### Supported Strapi versions
- v4.x.x
**NOTE**: While this plugin may work with the older Strapi versions, they are not supported, it is always recommended to use the latest version of Strapi.
## Installation
```sh
npm install strapi-plugin-io# or
yarn add strapi-plugin-io
```## Documentation
Documentation can be found at https://strapi-plugin-io.netlify.app/
## Bugs
If any bugs are found please report them as a [Github Issue](https://github.com/ComfortablyCoding/strapi-plugin-io/issues)