reality-two / reality2-node-core-elixir

A Reality2 implementation in Elixir
https://reality2.ai
Other
0 stars 0 forks source link

Websockets implementation dependant on Absinthe Channels #7

Open reality2-roycdavies opened 5 months ago

reality2-roycdavies commented 5 months ago

Presently, each subscription is to an Absinthe pubsub channel. This works well, but ties the implementation to this implementation using the phoenix framework and absinthe. Ideally, this should be independent of the underlying platform.