You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially I'm interested in comparing performance between socket.io-redis and socket.io-nats-adapter. When good performance is obtained, considering to apply adapter on enterprise level on channel.io service.
It would be glad to share implementation through the socket.io community and receive opinions to improve it. Can I share this contribution on socket.io adaptar section?
Originally posted by distrue December 16, 2021
Thanks for such a nice project socket.io! Recently I have built socket project with socket.io and socket.io-redis-adapter.
And I have reached to an limitation of building high-availability messaging system since redis single machine is bottleneck of the architecture. I considered redis-cluster to get rid of the problem, but it was unsuccessful to meet my requirement (1) easily auto-scalable and (2) well maintained messaging system client. In the midst of these concerns, I found NATS.io to alternate redis.
Now I am building socket.io-adapter using NATS.io as messaging service.
The project probably be finished within this month, and I want to share the result with the community. Is there a process for sharing project to socket.io community?
The text was updated successfully, but these errors were encountered:
It take a while then expected, but finally finish to implement full specification of socket.io adapter!
It's released in https://github.com/distrue/socket.io-nats-adapter/releases/tag/v0.2.0,
and soon benchmark is updated on the repository.
Especially I'm interested in comparing performance between
socket.io-redis
andsocket.io-nats-adapter
. When good performance is obtained, considering to apply adapter on enterprise level on channel.io service.It would be glad to share implementation through the socket.io community and receive opinions to improve it. Can I share this contribution on socket.io adaptar section?
Discussed in #4216
Originally posted by distrue December 16, 2021
Thanks for such a nice project
socket.io
! Recently I have built socket project with socket.io and socket.io-redis-adapter.And I have reached to an limitation of building high-availability messaging system since redis single machine is bottleneck of the architecture. I considered redis-cluster to get rid of the problem, but it was unsuccessful to meet my requirement (1) easily auto-scalable and (2) well maintained messaging system client. In the midst of these concerns, I found NATS.io to alternate redis.
Now I am building socket.io-adapter using NATS.io as messaging service.
The project probably be finished within this month, and I want to share the result with the community. Is there a process for sharing project to socket.io community?
The text was updated successfully, but these errors were encountered: