Thanks to visit codestin.com
Credit goes to github.com

Skip to content

okdaichi/moqrtc-js

Repository files navigation

moqrtc-ts

TypeScript implementation of a real-time communication protocol over Media over QUIC (MOQ)

Overview

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.

Features

  • TypeScript: Fully typed for better developer experience
  • ESM Support: Modern ES modules for compatibility
  • Lightweight: Minimal dependencies
  • Standards-compliant: Following MOQ protocol specifications

Installation

npm install moqrtc-ts

Usage

Documentation and usage examples will be provided as the project develops.

Development

Prerequisites

  • Node.js >= 18.0.0
  • npm or yarn

Setup

# 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 format

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Changelog

See CHANGELOG.md for a history of changes to this project.

Links

About

TypeScript implementation of a real-time communication protocol over Media over QUIC (MOQ)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages