Skip to main content

Getting started

Welcome to WebSuckIt! WebSuckIt simplifies the integration of a websocket platform into your application. In this guide you'll learn how to easily integrate the WebSuckIt real-time platform into your application.

In this guide, you'll learn how to:

  • Include the WebSuckIt SDK in your project.
  • Establish a realtime connection to WebSuckIt.
  • Create & connect to a channel.

Create a WebSuckIt account

To get started with the WebSuckIt SDK, you need to create a free account in order to obtain the necessary keys required for using the SDK.


Get your keys

To access your User Keys, navigate to your dashboard, hover over the Account button in the top right corner of the page, and then click on the User Keys button.


Create a channel

To add a channel, from your dashboard, click the Add Channel button, a name is generated for you, but you can change it to whatever you want. Then, click the Create button.


What you'll need

  • Node.js version 14 or above:
    • When installing Node.js, it's recommended to check all checkboxes related to dependencies.

Next steps

Now that you have your keys, you can use our quick start guide to get started in your preferred language.