Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use inside php server #151

Closed
webineh opened this issue Aug 18, 2017 · 1 comment
Closed

use inside php server #151

webineh opened this issue Aug 18, 2017 · 1 comment

Comments

@webineh
Copy link

webineh commented Aug 18, 2017

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 .?

@daffl
Copy link
Member

daffl commented Aug 18, 2017

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.

@daffl daffl closed this as completed Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant