01. Connecting and Configuring a Socket endpoint
In this action you will learn to connect and configure a socket endpoint
Prerequisites
To test out this actions we'll use the SocketIO official Demo
Directions
- To test your Socket.io connection, connect to the socket end-point in Firecamp.
- To achieve this connection, enter the
end-point
in theURL
bar at the top of the window. For this example, write this URLhttps://socketio-chat-h9jt.herokuapp.com/
in the URL section. - Configure the end-point by clicking on the
Config
icon on the left of theConnect
button. - Enter the
Path
and set theQuery
andHeader
keys to configure the end-point. - After configuration, hit the
connect
button to connect with server.
To Disconnect from server, click on the
Connect
button again. Firecamp client will disconnect from the server.
Awesome! Now you can head to the next step that is setting up Event Listeners and Event Emitters for your connection.
