georgeboot / laravel-echo-api-gateway

Use Laravel Echo with API Gateway Websockets. Works with Bref.sh and Laravel Vapor.
MIT License
99 stars 21 forks source link

Support multiple subscriptions backends #3

Open georgeboot opened 3 years ago

georgeboot commented 3 years ago

Currently, this package depends on DynamoDB for it's subscription storage.

We should consider allowing multiple storage backends, and probably supply both a Eloquent and DynamoDB out of the box, and let people decide which one to use.