The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/apps
Thassio Victor 9631bd136c
[FIX][APPS] Communication problem when updating and uninstalling apps in cluster (#23418)
4 years ago
..
client Chore: Move client helpers (#23178) 4 years ago
lib/misc Chore: Attachment Definitions and UiKitDefinitions (#22354) 4 years ago
server [FIX][APPS] Communication problem when updating and uninstalling apps in cluster (#23418) 4 years ago
.gitignore Move files from packages to imports 6 years ago
README.md Spelling correction app/apps/README (#21204) 4 years ago

README.md

Rocket.Chat Apps

Finally! 😄

What is an "Orchestrator"?

An orchestrator is the file/class which is responsible for orchestrating (starting up) everything which is required of the system to get up and going. There are two of these. One for the server and one for the client.

What is a "Bridge"?

A bridge is a file/class which is responsible for bridging the Rocket.Chat system's data and the App system's data. They are implementations of the interfaces inside of the Rocket.Chat Apps-engine project src/server/bridges. They allow the two systems to talk to each other (hence the name bridge, as they "bridge the gap").

What is a "Converter"?

A converter does what the name implies, it handles converting from one system's data type into the other's. Note: This causes a schema to be forced on the rooms and messages.