Distributed and Scalable WebSocket Server using Goakt #208
Replies: 6 comments 9 replies
-
|
This question is also related. I need a way to send messages to an actor from a message source that is not part of the goakt cluster. |
Beta Was this translation helpful? Give feedback.
-
|
I understand that the messages of the actor defined as protocol buffer should be serializable. So I don't know how to send and receive complex objects such as These can only be injected through the |
Beta Was this translation helpful? Give feedback.
-
|
The functionality I am trying to implement with Goakt from other platforms is like this. The difference is that it has a repository like redis on the outside, and Goakt is that the cluster itself has information without redis. The benefits of using Goakt are:
Does it seem feasible to implement? |
Beta Was this translation helpful? Give feedback.
-
From what I can see based upon the description of the project, an actor model may not be necessary if it is only scalability you are looking at. |
Beta Was this translation helpful? Give feedback.
-
|
@civilizeddev I have started some work here |
Beta Was this translation helpful? Give feedback.
-
|
@civilizeddev closing this discussion. I hope to a complete implementation of websocket once I have some spare time from day work. :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am planning to implement a WebSocket server composed of multiple distributed instances using Goakt.
This is a very interesting topic, and I am going to present an idea on how to solve it with Goakt.
I would like to hear what others think about it.
Steps
Membersstate of one or more Room actors.This way, a distributed environment WebSocket server can be implemented.
Beta Was this translation helpful? Give feedback.
All reactions