Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T15:20:23.000Z (12 months ago)
- Last Synced: 2024-04-24T09:25:46.084Z (9 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: 50
- Watchers: 5
- Forks: 17
- Open Issues: 3
-
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
[![Downloads](https://img.shields.io/npm/dm/strapi-plugin-io?style=for-the-badge)](https://img.shields.io/npm/dm/strapi-plugin-io?style=for-the-badge)
[![Install size](https://img.shields.io/npm/l/strapi-plugin-io?style=for-the-badge)](https://img.shields.io/npm/l/strapi-plugin-io?style=for-the-badge)
[![Package version](https://img.shields.io/github/v/release/ComfortablyCoding/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)