Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用例,用户使用 laravel api 从移动应用程序订购服务。当请求服务时,它会显示在管理仪表板上。我想问我应该使用哪个套接字服务。我想回答考虑定价、Laravel 框架的效率和易用性的问题。
Pusher 是付费服务,而 Socket.io 是开源的,但如果你想使用它,你需要 Redis 服务器。那么你必须为 Redis 实例付费。使用 Redis 服务器可以降低价格,但是在 Pusher 中需要手动集成,一切都由他们完全管理。