TypeScript implementation of a real-time communication protocol over Media over QUIC (MOQ)
This project provides a TypeScript implementation for real-time communication using the Media over QUIC (MOQ) protocol. It is designed to enable efficient, low-latency media streaming over QUIC transport.
- TypeScript: Fully typed for better developer experience
- ESM Support: Modern ES modules for compatibility
- Lightweight: Minimal dependencies
- Standards-compliant: Following MOQ protocol specifications
npm install moqrtc-tsDocumentation and usage examples will be provided as the project develops.
- Node.js >= 18.0.0
- npm or yarn
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm test
# Run tests with coverage
npm run coverage
# Lint code
npm run lint
# Format code
npm run formatWe welcome contributions! Please see CONTRIBUTING.md for details on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE file for details.
See CHANGELOG.md for a history of changes to this project.