The basics of the Singularity Real-Time API

📘

Who should use Singularity?

Singularity is a real-time API powered by WebSockets. It's ideal for bots, alert applications, or other programs that require real-time updates about GameWisp channels.

The Singularity API is real-time API that is meant to be interacted with using WebSockets. Clients connect to the API and listen to specific events of interest and receive data from the API in real-time. Unlike a conventional REST API, there is no need to repeatedly poll or request on specific endpoints.. This API is ideal for bots and other services that require immediate and on-going access to GameWisp data; however, request functionality (see: On-Demand Events ) is also included such that data can be provided to clients on-demand when necessary.

Currently, the Singularity API is read only. Connected clients can receive data in real-time, but can perform no operation which alters the state of any data stored by GameWisp.

Fully functional examples of using the API can be found here:

  • Client - A single page application with minimal dependencies that interacts with Singularity directly in the browser.
  • Server - A NodeJS server that communicates with Singularity.
  • TwitchBot - A NodeJS server application that passes data from Singularity into a Twitch channel’s chat.