Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcb3669

Browse files
committed
add planned support for platforms
1 parent95d60d9 commitdcb3669

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

‎README.md‎

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
#pulsebeam-js
22

33
**Thin JavaScript client for PulseBeam SFU.**
4-
A lightweight, optional SDK for connecting to the PulseBeam WebRTC SFU server. Simplifies real-time video, audio, and data streaming using native WebRTC APIs.
4+
A lightweight, optional SDK for connecting to the[PulseBeam WebRTC SFU server](https://github.com/pulsebeamdev/pulsebeam). Simplifies real-time video, audio, and data streaming using native WebRTC APIs.
55

66
[Report a Bug](https://github.com/pulsebeamdev/pulsebeam-js/issues) ·[Request a Feature](https://github.com/pulsebeamdev/pulsebeam-js/issues) ·[Discord](https://discord.gg/Bhd3t9afuB)
77

88
---
99

1010
##What is pulsebeam-js?
1111

12-
`pulsebeam-js` is a minimal JavaScript client for the[PulseBeam SFU server](https://github.com/pulsebeamdev/pulsebeam). It’s an optional convenience layer to streamline connecting browsers orNode.js apps to PulseBeam for real-time media (video/audio/data).
12+
`pulsebeam-js` is a minimal JavaScript client for the[PulseBeam SFU server](https://github.com/pulsebeamdev/pulsebeam). It’s an optional convenience layer to streamline connecting browsers, mobile apps, andNode.js apps to PulseBeam for real-time media (video/audio/data).
1313

1414
-**Thin and optional**: Wraps native WebRTC APIs, no dependencies, no bloat.
1515
-**Purpose**: Simplifies setup for publishing and subscribing to streams.
16-
-**No lock-in**: You can use raw WebRTC with PulseBeam’s HTTP signaling (WHIP/WHEP-compatible) without this SDK.
16+
-**No lock-in**: Use raw WebRTC with PulseBeam’s HTTP signaling (WHIP/WHEP-compatible) without this SDK.
17+
18+
###Planned Framework Support
19+
20+
| Platform| Framework| Status|
21+
|----------------|----------------|---------|
22+
|**Browser**| React| Planned|
23+
|**Browser**| Vue| Planned|
24+
|**Browser**| Angular| Planned|
25+
|**Mobile**| React Native| Planned|
1726

1827
The SDK is not implemented yet—our focus is on stabilizing the[PulseBeam SFU server](https://github.com/pulsebeamdev/pulsebeam). Check the server repo for setup, demos, and raw WebRTC examples.
1928

@@ -23,7 +32,7 @@ The SDK is not implemented yet—our focus is on stabilizing the [PulseBeam SFU
2332

2433
The PulseBeam SFU is the core. See the[PulseBeam README](https://github.com/pulsebeamdev/pulsebeam) for how to run the server and use browser-native WebRTC APIs for publishing and viewing streams.
2534

26-
This client will provide a simpler APIforthe same functionality when ready. For now, use the server’s raw HTTP signaling as shown in the[PulseBeam demos](https://github.com/pulsebeamdev/pulsebeam#demo-broadcast).
35+
This client will provide a simpler API, with explicit supportfor**React**,**React Native**,**Vue**, and**Angular**, when ready. For now, use the server’s raw HTTP signaling as shown in the[PulseBeam demos](https://github.com/pulsebeamdev/pulsebeam#demo-broadcast).
2736

2837
---
2938

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp