An Alternative To Echo.WebSocket.Org – Live WebSocket Server

Hello! As you might have noticed Kaazing has discontinued their once popular service websocket.org, which offered an endpoint echo.websocket.org for testing WebSocket client tools. The website is now taken down. Users are now looking for an alternative to the echo.websocket.org…

Build Live News Application With React & Nodejs

Welcome to another tutorial of PieSocket. Today we are going to learn how to make a live news application with react and node. Let’s start by making an empty folder Then, initialise NPM We will use PieSocket API for real-time…

How To Use PieSocket’s WebSocket Server For Free

Websockets are pretty cool, right?! With WebSockets, you can send a ping and get a pong back instantly in real-time. WebSockets are bi-directional, unlike boring REST APIs. Welcome to another WebSocket article from PieSocket. Today we are giving away a…

How To Build A Realtime Poll On Blockchain

Today we are going to see how to build a realtime polling system over Blockchain. We have already covered a tutorial on how to build a realtime polling system without involving blockchain with PieSocket, you can read it here. You…