Get Started
Installation
Firecamp App
Real-time Clients
GraphQL Apps
DevTools
Support
Legals
Introduction

Firecamp + WebSocket = Fire-WebSocket

What is WebSocket and Fire-WebSocket?

The WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session between the user's browser and a server. With this API, you can send messages to a server and receive event-driven responses without having to poll the server for a reply.

Fire-WebSocket is a WebSocket integration in Firecamp, It grants you to test and debug the real-time WS events and reuse it from the history in the future.

Getting into Fire-WebSocket

To open Fire-WebSocket client tab, click on WebSocket icon shown in below image

Now you can explore and play with your WebSocket end-point with this new Tab.

How to test WS events using Fire-WebSocket?

WebSocket testing will be very easy by following these 2 simple steps

  1. Configure and Connect WebSocket server URL
  2. Send messages

Click here to know, how to configure and connect websocket and Send messages

To get more information about WebSocket see, WebSocket docs