sezaru
I’m currently evaluating for a new project if we will use AshTypescript for our backend/frontend (frontend probably in next.JS) communication instead of AshGraphQL.
For normal HTTP requests, so far it seems like a superior alternative because of how easy and type safe it can be.
But I’m not exactly sure subscriptions. I want to be able to setup it in a way that the client can subscribe for some topics via PubSub and receive these updates via a Phoenix Channel in real-time.
For AshGraphQL this is done via subscriptions, but for AshTypescript I’m not sure, AshTypescript do have support for Phoenix Channels, but unless I completely missed it in the documentation, I don’t recall seeing any code integrating it with PubSub.
Is this currently supported or should I just stay with AshGraphQL for now if that are my requirements?
Trending in Questions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex











Showing Posts 1 to 1- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
sezaru
Got a reply from the author in github Add support for subscriptions (PubSub) · Issue #40 · ash-project/ash_typescript · GitHub