Develop a social APP with chat function, that is, instant message. what framework is more suitable for PHP development, it is best to separate the front and back ends.

for example, I want to develop an APP with chat and moments, the back end is in PHP language, and the front and back ends are separated, and what framework is more suitable to use? at present, all I know is thinkphp, lumen and other frameworks that are more suitable for front and back end separation, but I am still puzzling about what is more appropriate, it is better to be the kind of open source information that is more, welcome bosses to help answer. -sharp-sharp-sharp problem description

Php
Apr.14,2022

1. PHP framework can be used with anything. If you are familiar with it, lumen
2 is recommended. Third-party services for instant messaging are recommended. Rongyun is recommended. If you develop it yourself, use workerman

.

if all of them are developed by themselves, use yaf if you need high performance


ThinkPHP is good. Many people use it, and the performance is good (in fact, performance problems are not considered for small and medium-sized projects)


instant messaging function. Websocket to learn about


is about to do this recently. Add a friend to learn ^ _


swoole or workerman can do instant messaging


swoole has a framework. But the entry is relatively big, but it depends on the size of your project. If it is small, you can use tp. If it is large, you can use lumen

.
Menu