- Quick Start Guide - Get up and running in 5 minutes
- Complete API Reference - All methods and configuration options
- WebSocket Integration - Real-time HTML clocks with step-by-step examples
- FAQ - Common questions and troubleshooting
- Smooth Correction - Avoid jarring time jumps with gradual adjustments
| Use Case | Description |
|---|---|
| Real-time web apps | Synchronized clocks and timers in browsers |
| Logging systems | Precise timestamps for events and debugging |
| Performance monitoring | Accurate time measurements and benchmarks |
| Gaming applications | Synchronized game timers and events |
| Financial systems | Precise transaction timestamps |
Try these examples from your project root:
# Basic synchronization
npm run basic
# WebSocket HTML clock
npm run websocket
# Then open examples/clock.html in your browser
# Auto-sync example
npm run auto-syncFor the complete API documentation and advanced usage patterns, see the individual guides above.