Chapter 1

Architecture

Rem API is made by two main modules.

  • HTTP server: Which handles api requests and socket.io handshake.
  • Socket.io server: Which is responsible of broadcast room message and events.
graph TB; api[REST API] --> http[HTTP server] api[REST API] --> socket.io[Socket.io server]