Getting Started
Learn the basics of OCVR development
This section covers the fundamentals of developing for OCVR, from understanding the platform architecture to making your first API calls.
Platform Overview
OCVR consists of several backend services:
- ocapi - REST API for authentication, social features, files, and game assets
- ocweb - Web frontend at ocvr.net
- octcp - Binary TCP server for real-time game data (OCCN protocol)
Quick Links
- Quickstart Guide - Make your first API call
- Authentication - How auth works
- WebSocket Protocol - Real-time events