-
-
Notifications
You must be signed in to change notification settings - Fork 773
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
feat: blog post on SIO-AsyncAPI #1196
feat: blog post on SIO-AsyncAPI #1196
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-1196--asyncapi-website.netlify.app/ |
1913cfb
to
202a4e2
Compare
Instead of giving you a detailed, step-by-step guide, we'll use a more exciting approach. We'll take the existing Flask-SocketIO server and add SIO-AsyncAPI. To make things even more interesting, we'll ask [ChatGPT](https://chat.openai.com/chat) to generate a server for us and use it as a real-world Flask-SocketIO server. | ||
|
||
### Generate a Flask-SocketIO server | ||
I had to ask ChatGPT for multiple alterations in order to get the desired result. Here are my quires to ChatGPT: |
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.
ChatGPT 🤖 strikes again!
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.
Yep, I was surprised how good of a code it generated for Flask-SocketIO
Co-authored-by: Alejandra Quetzalli <alejandra.quetzalli@postman.com>
Co-authored-by: Alejandra Quetzalli <alejandra.quetzalli@postman.com>
Co-authored-by: Alejandra Quetzalli <alejandra.quetzalli@postman.com>
Co-authored-by: Alejandra Quetzalli <alejandra.quetzalli@postman.com>
@alequetzalli thank you so much for the review 🙏 |
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.
🚢
@@ -0,0 +1,553 @@ | |||
--- |
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.
please add 2 missing props:
featured: true
date
as we need to specify when it is published. Please set next Thursday
…into sio-asyncapi-blog
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.
public/img/posts/socketio-automatic-docs/cover.webp
Can you please reduce the size of this image so that the page becomes optimized when rendered first time in the browser?
@akshatnema @alequetzalli you will have to approve again once @daler-rahimov updated the date of the blog post |
Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
/rtm |
Description
This is a blog post on new Python library SIO-AsyncAPI. Although I may have benefited from waiting to receive feedback on an issue that I created before beginning this PR, I decided to work on it in parallel since I had some free time.
Related issue(s)
Here is original issue for Blog Post Suggestion: #1193