Join Slack
Powered by
What's happening with Linen
# main
m
mc
08/17/2023, 5:09 AM
I'm trying to understand how linen actually works.
Why there is a socket implementation in Elixir? Is this for notifications only or whole message being handled?
What are the moving parts?
Can I build a custom frontend for linen?
If there is no Prisma subscription, how the messages are fetched in realtime. Is there any kind of polling?
Saw you have used, Graphile-worker is it only for the syncing process or realtime too?
e
Emil Ajdyna
08/17/2023, 6:11 AM
We have a blog post about our architecture and elixir
here
.
Emil Ajdyna
08/17/2023, 6:12 AM
Can you please explain the use case for the custom frontend?
Emil Ajdyna
08/17/2023, 6:13 AM
Messages are sent via websockets.
Emil Ajdyna
08/17/2023, 6:14 AM
The worker is used as a queue for jobs.
m
mc
08/17/2023, 7:02 AM
I wanted to build a custom frontend for internal usage. Like merging with other internal system
e
Emil Ajdyna
08/17/2023, 7:38 AM
We're open source so we really can't stop you :) it's fine if you do it according to the
LICENSE
m
mc
08/17/2023, 8:31 AM
Sure, Happy to comply with the License
41
Views
Previous
Next