Lukas Herman's Avatar

Lukas Herman

@lherman-cs

pulsebeam.dev - Build WebRTC Apps, Skip the Infrastructure

50
Followers
362
Following
7
Posts
24.11.2024
Joined
Posts Following

Latest posts by Lukas Herman @lherman-cs

Why We Built Yet Another WebRTC SFU | PulseBeam Blog

Building real systems on WebRTC is hard.
Mesh networking is chaos. SFUs help — but most miss the sweet spot.

So I built PulseBeam:
• Single-binary SFU
• Rust-based
• Built to scale

A little crazy in 2025? Probably 😄

18.12.2025 14:36 👍 0 🔁 0 💬 0 📌 0
Post image

Create real-time video/audio/data without WebRTC headache. pulsebeam.dev helps in managing your states. Your server can stay serverless!

31.01.2025 17:44 👍 2 🔁 0 💬 0 📌 0
GitHub - theopenwebjp/get-user-media-mock: Mock library for getUserMedia and related functions. Mock library for getUserMedia and related functions. - theopenwebjp/get-user-media-mock

Since the browser blocks only media AFAIK, mocking the getUserMedia has been my go-to solution for this github.com/theopenwebjp....

06.12.2024 14:32 👍 2 🔁 0 💬 0 📌 0
PulseBeam | Build WebRTC Apps, Skip the Infrastructure Tired of complex APIs and server management? Our platform lets developers build scalable 1:1 WebRTC apps—audio, video, and data—without the overhead. Save time, cut costs, and focus on...

I don't typically self-promote, but pulsebeam.dev makes this process easier:

1. [client] go to a specific URL
2. [server] authenticate and return a JWT token that only allows client from step 1.
3. [client] connects to the other phone

Alternatively, peerJS or DIY WebRTC with QRCode

06.12.2024 14:24 👍 1 🔁 0 💬 1 📌 0

Nice work and logo :D. Did you end up using data channel and drawing the cursor separately?

06.12.2024 14:17 👍 1 🔁 0 💬 1 📌 0

Ideally, Macbook Air with M3 but without the OS bloat and more storage.

05.12.2024 21:11 👍 1 🔁 0 💬 0 📌 0

TIL: Reduce those annoying CORS preflight requests with a simple header tweak! 🚀

Access-Control-Max-Age: 86400

Boom! Your browser now caches preflight responses for 24 hours. Less overhead, faster API calls. 🔥 #webdev #codingtips

05.12.2024 21:09 👍 4 🔁 0 💬 0 📌 0