Skip to content

RocketChat/Rocket.Chat.Apps-engine

Repository files navigation

Rocketlets Server

The core server piece which manages and controls everything.

Thoughts While Working (for docs)

  • Rocketlets which don't provide a valid uuid4 id will be assigned one, but this is not recommended and your Rocketlet should provide an id

Implementer Needs to Implement:

  • src/server/storage/RocketletStorage
  • src/server/bridges/*