Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Do you need feathers setup on the server to use feathers on the client? #196

Closed
die20 opened this issue Sep 2, 2017 · 1 comment
Closed

Comments

@die20
Copy link

die20 commented Sep 2, 2017

Hey, I have a quick question.

Do you need to have a feathers socket server to use feathers client socket.io? Or can you connect to a socket.io server from a feathers socket.io client?

@daffl
Copy link
Member

daffl commented Sep 4, 2017

Yes, you can use Feathers on the client and implement any kind of custom service that e.g. talks to another REST API or another Socket (see this article for examples).

The question is what kind of Socket API you are looking at. We don't know about many standardized Socket APIs so I think it might make more sense to proxy your API as a service on a Feathers server and access it the same way as any others on the client.

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

No branches or pull requests

2 participants