You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very broad question (and not really Sequelize related) but I'll try and give some pointers.
First, I'd go through the guides to get an idea what Feathers does and how it works.
How to use Feathers through REST directly is documented in the REST direct connection API. Keep in mind though, that REST does not provide real-time functionality. In order to get real-time functionality clients have to connect to the Feathers Socket.io server.
You could also use the Feathers server as a real-time proxy for your existing API.
i will build simple to do list with real time database . i have backend build with php laravel .
how i can use feathersjs with php with rest .?
The text was updated successfully, but these errors were encountered: