Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 859 Bytes

File metadata and controls

37 lines (19 loc) · 859 Bytes

Project Structure

Main entry point for running the service. Implementation for the rtcd command lives here.

This folder contains configuration files (with samples).

This is where the logger implementation lives.

This is where the main service implementation lives.

This is where the HTTP API server implementation lives.

This is where the WebSocket server and client implementations live.

This is where the persistent data store implementation lives.

This is where the Authentication service implementation lives.

This is where the RTC server implementation lives.