-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Framework V2 #102
Framework V2 #102
Conversation
lohanidamodar
commented
Jul 6, 2023
- Support server adapters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good progress. We need to test both Swoole and FPM. We should also update the readme file.
What are we doing about server initiali`ation callbacks? Can we make the server init look closer to other newer utopia libs? Take Appwrite for example, we have a lot of usage of Swoole callbacks for server start and other events. Can we abstract that nicely?
Co-authored-by: Eldad A. Fux <[email protected]>
Co-authored-by: Eldad A. Fux <[email protected]>
Co-authored-by: Eldad A. Fux <[email protected]>
Fix: Swoole coroutine http server
…o-v2 Add multiple validator