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

Firecamp + SocketIO = Fire-Socket

What is Socket.IO?

Socket.IO enables real-time, bidirectional and event-based communication. It works on every platform, browser or device, focusing equally on reliability and speed. For more information visit https://socket.io website.

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

Getting into Fire-Socket ?

To open Fire-Socket client click on Socket.IO icon from Home Tab.

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

Here is Fire-Socket illustration, by this you can easily understand the Fire-socket skeleton.

How to test socket events using Fire-Socket?

Socket testing will be very easy if you follow these 2 simple steps:

  1. Configure and connect socket
  2. Emit and Listen Events

Click here to know, how to configure and connect socket, Emit event and listen event.

To get more information about socket.io see, Socket.IO docs