Phoenix doesn‘t use raw websockets, but it‘s phoenix channels over websockets. There are ways to make it work without the cliebt lib, but you‘ll need do adapt the server side to be able to receive data in whatever format it is sent by apollo instead of the format the phoenix client library uses.






















