We are building a full chat system with Laravel (Back-end) and mobile applications (iOS and Android). It is a completely one to one chat system.
We have looked for some options like Pusher but it gets a bit too expensive when you have a lot of users.
What would you guys suggest? I would love your advice.
Thank you.
答案 0 :(得分:1)
您在这里有2个选择:
自己实施
在您的情况下,您需要以下内容:
使用某些消息传递SaaS平台
除Pusher之外,还有许多差异消息平台,例如Twillio,Layer,ConnectyCube,Applozic等。
我前一段时间使用ConnectyCube,它们支持针对iOS,Android和Web的消息传递,视频呼叫和推送通知功能。他们还提供了一些现成的代码示例,因此可能需要一些时间才能启动。 Pricing是有竞争力的。因此可以通过以下方式完成:
希望对您有帮助