Matt Morganfor#100DaysOfCloudspicy-planes-research-45.hashnode.net·Aug 11, 2021FeaturedBuilding Real-Time Serverless Web Applications with AWS API Gateway WebSocket APIsReal-Time Serverless Applications on AWS WebSocket technology has been around for nearly a decade and has become the standard for providing real-time web interactions without a need for special client software (beyond a browser) or polling operation...Discuss·228 likes·3.5K readsAWSvery informative 12
Sandro VolpicellaforHashnode Engineeringlazy-dust-nominate-11.hashnode.net·Mar 30, 2022FeaturedHow We Leverage Serverless for Backing up Your Posts.One of the main value propositions of hashnode is data ownership. With that comes opting out of hashnode. In case you want to leave to a competitor 😢 or to your own blog we want to make it as easy as possible for you. That is why we offer the featur...Discuss·175 likes·1.8K readsAWS
Erick WendelforErick Wendel Trainingerickwendel-1670858919548.hashnode.net·Jan 25, 2023FeaturedImplementing the WebSocket protocol from scratch using Node.jsHello, my friend. If you don’t know me, my name is Erick Wendel, a passionate software developer and Node.js core developer who’s making very specific questions on the internet and not finding answers. That’s the reason behind my recent videos on my ...Discuss·141 likes·6.2K readsJavaScript
Shridhar G Vtradermade.hashnode.net·Apr 25, 2023Real-Time Forex, CFD and Crypto WebSocket with C#Discover how to set up a Visual Studio coding environment and write a C# program in this tutorial. Additionally, you will learn how to parse JSON output and connect to a WebSocket service (in this example, Tradermade's Forex data feed) to obtain stre...Discussreal-time data
Alexander Nikolovanikolov.hashnode.net·Apr 22, 2023Implement WebSocket communication with RabbitMQIntroduction Real-time communication between client and server applications has become an essential feature in modern web applications. WebSocket is a communication protocol that enables real-time, bidirectional communication between a client and a s...DiscussJava
Pankhudi Bhonslepankhudib.hashnode.net·Apr 16, 2023Defer Unmarshaling in GoIn this blog, let us understand a unique problem of dynamic unmarshalling, where one might encounter it and how json.RawMessage helps us navigate it. So, we are all much familiar with HTTP endpoints. The client's consumption logic is straightforward ...Discuss·69 readsGo Language
Someshwar TripathiforElixir Expressionslordneon.hashnode.net·Apr 15, 2023Phoenix LiveView and WebSockets: A Match Made in Real-Time Web Development Heaven!As a student who has recently learned Elixir and Phoenix, I am excited to share my thoughts on how these technologies give developers new ways to build interactive, real-time web applications. One of the most exciting features of Phoenix is LiveView,...DiscussPhoenix framework
Shridhar G Vtradermade.hashnode.net·Apr 10, 2023Real-Time Forex, CFD and Crypto WebSocket with JavaThis tutorial takes you through the Java WebSocket client used to access real-time Forex, cryptocurrency, and CFD (indices, stocks, and commodities) data through TraderMade Forex Java API. Although Notepad and the command line compiler will be used i...Discuss·26 readsJava
Trojancodetrojancode.hashnode.net·Apr 9, 2023Building Real-Time Messaging Systems in Golang with Socket.io and RedisOverview In this age of real-time applications, integrating real-time communication features has become a significant focus for many programmers. Thanks to websockets, developers can build powerful and interactive systems with ease. In this blog post...Discussgolang
Trojancodetrojancode.hashnode.net·Apr 7, 2023Using Redis with Socket.IO for Multiple Servers: A Comprehensive GuideReal-time communication has become a vital feature for modern web applications. In this tutorial, we will discuss how to use Redis with Socket.IO to manage multiple server instances and scale your real-time web application. Get ready to dive into the...Discuss·1 likeRedis
Shridhar G Vtradermade.hashnode.net·Apr 6, 2023Your First PHP WebSocket ClientThis tutorial will guide you through setting up WebSocket in PHP and demonstrate how to acquire real-time market data. We will utilise a straightforward editor and the Composer package management to simplify the process of obtaining the necessary pro...DiscussPHP
Michael Etokakpanmichaeltech.hashnode.net·Mar 15, 2023Using WebSocket to build a Real-time Cryptocurrency TrackerIn building web applications, the underlying communication architecture plays a vital role in determining the effectiveness of its functionalities. WebSocket is a TCP/IP communication protocol that allows for a consistent bidirectional(two-way )excha...Discuss·37 readsWeb Development
QuickBloxforQuickBlox Engineeringquickblox.hashnode.net·Mar 14, 2023Reliable Internet Communication: Maximizing WebSocket and JavaScript PerformanceWebSockets are useful for building real-time, interactive web applications such as chat, gaming, real-time notifications and more. JavaScript enables the client-side logic that allows web applications to take advantage of WebSockets' real-time capabi...Discuss·1 like·40 readsJavaScript