PubNub Developer Relationspubnub.hashnode.dev·Feb 24, 2023Socket Programming in Python: Client, Server, and Peer-to-Peer librariesIn this tutorial, you'll learn how to exchange data between a client and a server using Python socket programming and the Socket API. Later, this tutorial will discuss exchanging data directly between two or more Python clients using a hosted provide...114 readsPython
PubNub Developer Relationspubnub.hashnode.dev·Feb 24, 2023WebSocket Programming Examples with and without Node.jsIf you are reading this, you are probably interested in creating an application or service that needs two-way communication that either side can initiate. Node JavaScript (Node.js) can be used to quickly develop and deploy this application using WebS...297 readswebsockets
Abhishek Mishrastalwartcoder.hashnode.dev·Sep 19, 2022Building An Application with YugabyteDB and FlaskWhen it comes to building real-time applications, there are many different database options to choose from. You need a high-performance database that can handle large-scale data. Might I suggest YugabyteDB as an option? It is a Postgres-compatible, ...53 readsPython
Abdullah Adeel (AB)codewithab.hashnode.dev·Jul 25, 2022How to add real-time notifications in Django applicationsIntroduction Django to this day is a battle-tested web framework built with one of the most loved programming languages - -Python. Its feature-rich has built-in support for crucial and critical things like user authentication, security, a powerful OR...190 readsDjango