-
Notifications
You must be signed in to change notification settings - Fork 52
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
Sample to for Real World App #8
Comments
There are no SSL support yet - I'll plan to enable it but for the moment use Comet behing Nginx for all production projects. |
All this will make it one of most powerful REST frameworks. I hope eloquent will not be heavy as seen in Laravel. |
I don’t think it’s a good idea to add Eloquent to the project; it’s a very heavy ORM for such a fast framework. Personally, I use it in conjunction with Medoo. The code is incredibly simple and incredibly fast. The server in France responds to a request from Russia in just 60 ms. At the same time, Laravel takes 400-800 ms to do this. I'm still in shock! =) For JWT you can use any library that follows PSR. For example, I use ReallySimpleJWT, it integrates very easily and even has its own middleware for token verification. |
Would you please add any sample to show some real world REST sample like
SSL
MySQL db access
JWT Token auth
Caching
file uploads
Or we need to use barebone Workerman for this
The text was updated successfully, but these errors were encountered: