Skip to content

Latest commit

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Embedded App SDK Examples

Discord Embedded App SDK

This starter app will get you up and running quickly with the basic skeleton of an Embedded App using Node.js, React, and Vite.

This example implements the SDK commands and events available within the application's iframe while building your app.

This example uses Node.js, React, and Colyseus, a multiplayer JS framework, to demonstrate state management in a multiplayer experience.

This example implements an Embedded App using a nested framework like a game engine. When using a game engine, you need to send messages between a parent iframe and the nested framework.