Question - Workerman or Webman with Serverless Lambda AWS and Bref PHP?
- Dominant language
- PHP
- Stars
- 11.6k
- Forks
- 2.2k
- Avg merge
- 11h 30m
- Merged PRs (30d)
- 3
Description
I would like to know if anyone has used Workerman or Webman with Bref PHP + Lambda AWS and if they would have a tip on how to make it run.
The detail that I need to run the command **php start.php start -d** at the moment the Container of Lambda AWS was started basically, but I don't know how to do that, I've already been able to run Flight PHP and Slim PHP in Bref, but I'd like to test it with the Workerman and Webman.
Open a question in Bref also on:
https://github.com/brefphp/bref/discussions/1108
**Here is the content of the question with more details of the question:**
Hi, would you know any way to run Bref + Workerman/Webman or how to run the php start.php start -d command.
I'm looking at using Workerman https://github.com/walkor/Workerman and the Webman Framework based on it: https://github.com/walkor/webman to be used on Lambda AWS and also on Cloud.
Locally it's very easy to run them, just run: php start.php start -d, but I don't know how you would do it in the case of Bref + Lambda AWS, maybe some way to instantiate Lambda AWS to run the command together.
The interesting thing about Workerman is that unlike Swoole it doesn't need to install as an extension but the simple use of composer, it seems a great way out to be used with Breb + Lambda AWS and also in direct Cloud.
Another excellent Framework to use with Lambda AWS is Flight PHP which is first rate, but Wokerman's advantage is its features similar to Swoole and with very good performance, having more options to use.
My idea is to keep a general base for both Cloud and Lambda AWS, so it has to have excellent performance in Serverless and also in Cloud.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.