Tag: websocket
6. March 2024
/ DevOps
Speech to text with Amazon Transcribe, SNS and S3
In the previous article we looked at how we could transcribe audio to text by leveraging AWS services, such as…
8. February 2024
/ DevOps, Python
Real-time streaming with AWS Transcribe and Python
In this article, we will add a new feature and continue developing the program we started in the last article….
16. October 2023
/ Flutter, SpringBoot
Configuring WebSocket in Flutter and Spring-Boot
In this article, we are going to look at creating a simple chat application using Spring-Boot and Flutter. This will help us understand how…
15. October 2023
/ SpringBoot
Configuring WebSocket in Spring-Boot and React
Introduction In this article, I’ll guide you through configuring WebSocket in Spring-Boot using it with React and SockJS. Additionally, we’ll explore…