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
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: