home.social

#peerix — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #peerix, aggregated by home.social.

  1. Day 12: Signaling drivers unlocked! 🔓

    Expanded #Peerix signaling for the #P2P video app:

    #MQTT & #NATS support
    ✅ SSE integration
    ✅ BroadcastChannel for testing

    More flexibility for diverse network environments, plus public server support!

    #WebRTC #JavaScript #TypeScript #BuildInPublic #DevLog

  2. Day 12: Signaling drivers unlocked! 🔓

    Expanded #Peerix signaling for the #P2P video app:

    #MQTT & #NATS support
    ✅ SSE integration
    ✅ BroadcastChannel for testing

    More flexibility for diverse network environments, plus public server support!

    #WebRTC #JavaScript #TypeScript #BuildInPublic #DevLog

  3. Day 11: E2E tests are here! 🧪

    Adding automated #E2E testing with #Playwright to catch regressions fast in #P2P video app:

    ✅ Full browser automation setup
    🔄 Cross-tab navigation & #UI interactions
    🐛 Flaky test detection & retries

    #ReactJS #TypeScript #Peerix #BuildInPublic #DevLog

  4. Day 11: E2E tests are here! 🧪

    Adding automated #E2E testing with #Playwright to catch regressions fast in #P2P video app:

    ✅ Full browser automation setup
    🔄 Cross-tab navigation & #UI interactions
    🐛 Flaky test detection & retries

    #ReactJS #TypeScript #Peerix #BuildInPublic #DevLog

  5. Day 10: Chat is live! 💬

    Hooked up #Peerix via data channels for #P2P messaging:

    ✅ Data channels established
    💬 Peer messages syncing instantly
    🔥 Seamless chat integration complete

    Built with #ReactJS, #TailwindCSS & #shadcn in #ZedEditor.

    #TypeScript #BuildInPublic #DevLog

  6. Day 9: Media streaming is alive! 💥

    Hooked up #Peerix for live #WebRTC streams:

    📹 Remote video tiles rendering flawlessly
    🎙️ Mic/cam toggles syncing instantly

    Built with #ReactJS, #TailwindCSS & #shadcn in #ZedEditor.

    Next: P2P text chat! 💬

    #TypeScript #BuildInPublic #DevLog

  7. Day 8: Peer connections are live! 🕸️

    Wired up the network backbone for the #P2P video app:

    🌐 Added #Peerix to handle #WebRTC connections
    👥 Full mesh support across multiple peers in the same room

    Next step: WebRTC media stream sharing 💥

    #ReactJS #TypeScript #BuildInPublic #DevLog

  8. Today, I'm starting a 30-day challenge to build a #P2P video conferencing app from scratch using #peerix and local #LLMs inside the #ZedEditor.

    ​This isn't just "vibe coding". I'll be leveraging #AI agents to co-pilot the workflow and handle some of the heavy lifting.

    ​Expect daily micro-updates on my progress right here. Let's get started! 🚀

    #WebRTC #JavaScript #DevLog #BuildInPublic

  9. Today, I'm starting a 30-day challenge to build a #P2P video conferencing app from scratch using #peerix and local #LLMs inside the #ZedEditor.

    ​This isn't just "vibe coding". I'll be leveraging #AI agents to co-pilot the workflow and handle some of the heavy lifting.

    ​Expect daily micro-updates on my progress right here. Let's get started! 🚀

    ​#WebRTC #TypeScript #DevLog #BuildInPublic

  10. Today, I'm starting a 30-day challenge to build a #P2P video conferencing app from scratch using #peerix and local #LLMs inside the #ZedEditor.

    ​This isn't just "vibe coding". I'll be leveraging #AI agents to co-pilot the workflow and handle some of the heavy lifting.

    ​Expect daily micro-updates on my progress right here. Let's get started! 🚀

    ​#WebRTC #TypeScript #DevLog #BuildInPublic

  11. Just launched #Peerix, a lightweight, open-source #JavaScript library that takes the headache out of building peer-to-peer #WebRTC apps.

    🌐 Direct browser-to-browser streaming & data transfer
    🔌 Pluggable signaling drivers: #MQTT, #NATS, #Centrifugo, #SSE, #SocketIo, #Supabase, etc.
    ✨ Minimal API surface, #TypeScript-first, zero dependencies
    🛠️ Auto-handles collisions and reconnects

    If you're building #P2P apps, check it out! Feedback is welcome 👇

    🔗 peerix.dev

    #OpenSource #WebDev