WaWaPi
WaWaPi
这是用php artisan wss:start启动的。 用的laravel框架的Console来运行的。所以并不用自己去管composer自动加载的问题。 至于你说的那什么参数,我不知道。 这个教程比较老了,等我看看再说。
刚看了一下,现在的我完全可以将它们结合得更优雅。你可以稍等片刻,美味即将呈现
ok了,请用v2.0分支,拉下来之后,composer install,socket代码写到`app\Console\Commands\AppWorker.php` 运行:在根目录`php artisan ws start` php artisan stop php artisan status 总之,看代码吧。和workerman一样,稍微整合了一下而已,只要就是处理了一下workerman的命令行输入问题。 workerman这个傻瓜,都是直接用$args全局变量来拿输入参数的。比较愁人。如果它抽象了的话,整合工作估计超简单。
@gregoiregentil This is not possible at the current stage, but you can use docker to run multiple frps instances
It's worth mentioning that I have also mapped my local https service in some public frps services, which allows me not to upload my https certificate. This is great. This...
> [@shellus](https://github.com/shellus) I'm not using docker and my experience is that frpc can connect only to one instance of frps at the same time. I think you've already touched it....