gpt4 book ai didi

javascript - 在网络浏览器中实现一个好的 redis 客户端需要什么?

转载 作者:IT王子 更新时间:2023-10-29 05:58:36 34 4
gpt4 key购买 nike

这个问题之前在 Can I connect directly to a Redis server from JavaScript running in a browser?(注意我的评论)和 Connecting directly to Redis with (client side) javascript? 但我想知道有什么东西可以拥有完美的实时连接。读取(一个 node-redis 客户端)https://github.com/luin/ioredis source 我注意到节点库的 net 部分可能包含我们需要在浏览器中重现才能执行此操作的那种功能。

猜测也许从 webrtc 函数的片段中黑客攻击的东西可以做到这一点?

与构建大型分布式应用系统基础设施相关的预期 yield ——例如社交媒体(来自对上面链接的第一个问题的评论):

I'm asking this question again, but stipulating we want a 'real' as in realtime redis-client -- not HTTP anything -- operating in the browser. Could build a great realtime 'infrastructure' with just CDN serving assets constituting the client webapp communicating with Redis directly. I want to cut out the unnecessary WebSocket server aspect of the system. All the control logic can be internalised to redis cluster in Lua.

最佳答案

要在网络浏览器中直接实现 redis-client,您需要更改 Redis 本身,以便它会公开 WebSocket 接口(interface)。这样您将获得允许使用的最简单的协议(protocol)浏览器。

其他方法将涉及中间层。我认为应该可以通过 ws-tcp-relay 代理命令这非常快。

关于javascript - 在网络浏览器中实现一个好的 redis 客户端需要什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33241247/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com