Author Archives: Tejendra Singh

Draft.js – Rich Text Editor

In today’s digital age, communication is key. Whether it’s writing an email, drafting a blog post, or creating a social media update, we’re always looking for ways to improve the way we communicate. That’s where a rich text editor comes in. With a rich text editor, you can easily format your text, add images, and Continue Reading »

Websocket beginner guide

What is WebSocket? WebSocket provides a way to exchange data between the browser and server via a persistent connection. The data can be passed in both directions as “packets”, without breaking the connection and the need for additional HTTP requests.   Where can we use WebSocket? we use WebSocket where we need real-time data sharing Continue Reading »