Skip to content
tiblu edited this page Apr 7, 2021 · 1 revision

Welcome to the etherpad-lite-heroku wiki!

Etherpad knowledge

Socket messages

  • "USER_CHANGES" - UP - client sends this with new changeset.
  • "ACCEPT_COMMIT" - DOWN - client receives it in case of successful "USER_CHANGES" event. That is, the changes client sent have been applied.
  • "NEW_CHANGES" - DOWN - client receives this when new changes are by any other client. Contains the changeset to be applied.
Clone this wiki locally