elderjs
Pion WebRTC
Our great sponsors
elderjs | Pion WebRTC | |
---|---|---|
23 | 49 | |
1,874 | 9,311 | |
2.5% | 4.0% | |
7.5 | 9.2 | |
6 days ago | 2 days ago | |
TypeScript | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
elderjs
-
Should I go further with Svelte or just migrate to Sveltekit
I like SvelteKit and am using it on projects, but this looked interesting too https://elderguide.com/tech/elderjs/
-
Sveltekit i18n - How to adapt page URLs to language ?
I'll just throw it out there though: it looks like Elder.js might be a another good option for this: https://elderguide.com/tech/elderjs/
-
How can I build a data site that doesn't need to be updated often?
If you're comfortable with html and not afraid of learning Javascript you should be able to pick up Svelte quite quickly. There's a cool project build on it called Elder.js and it's all about massive statically generated sites from data.
-
what is partial hydration and why is everyone talking about it?
This lets you reduce your payloads while still having control over component lazy-loading, preloading, and eager-loading. While lesser known than Astro, Elder.js included partial hydration as early as August 2020, roughly six months before Astro's initial commit.
- Netlify Drop
-
How to Build a Low-tech Website?
Personally for SSG I use Elder.js and found it to be great. Built both my hobby project and work project using it.
-
Pro’s and Con’s of developing on a framework?
I mostly use Svelte (https//svelte.dev) for any frontend development, and stick with two frameworks: SvelteKit(https://kit.svelte.dev) or Elderjs (https://elderguide.com/tech/elderjs/).
-
What front end framework(s) are suitable for relatively large web applications? (>500 pages)
Svelte might be worth looking into. There is even another version called ElderJS that boasts 10k+ paged SEO First deployments, both server side and static site. For reference, Elder.js easily generates a data intensive 18,000 page site in 8 minutes using a budget 4 core VM
-
Best SSR framework for SEO?
If you're dead set on SPA, I'd take a look at Elder.js. It's Svelte based and is designed to handle SPA prerendering at scale.
Pion WebRTC
-
[Go] Try Pion/WebRTC with SSE
pion/webrtc - GitHub
-
Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go
Thanks! Its using the Pion library[1] which doesn't seem to be using a constant bitrate; that would definitely be an interesting addition though. Sending e.g. zeroes when its not transmitting packets/frames is totally doable, but atm not implemented.
-
Rust Time Communication.
The idea was to port Pion, the web RTC library in Go to Rust, and I played a major role in the early days of the project. I was involved in the RTP library, SRTP, and the Multicast DNS. I put in a lot of time, a commodity the strike ensured I had a lot of, and we made a lot of progress. In fact, a lot of people rallied behind the project making it worthy of the title Open source. It currently has almost 2000 stars on Github.
- [Windows] Try Golang 1
-
Video streaming in go?
If you want to deal with NAT traversal I recommend doing this with WebRTC ... The pion project is perfect for this.
-
Apple shareplay
Check out: https://github.com/pion/webrtc
- Pion WebRTC Gets AV1 Support
- Save-to-disk-av1 - AV1 and WebRTC example
-
Show HN: AV1 and WebRTC
For getting media out of ffmpeg you have https://github.com/pion/webrtc/tree/master/examples/rtp-forw...
For playing media from disk you have https://github.com/pion/webrtc/tree/master/examples/play-fro...
To see how to accept and process RTCP see https://github.com/pion/webrtc/tree/master/examples/rtcp-pro...
What are some alternatives?
mediasoup - Cutting Edge WebRTC Video Conferencing
livekit-server - Scalable, high-performance WebRTC SFU. SDKs in JS, React, Flutter, Swift, Kotlin, Go, Ruby and Node.
janus-gateway - Janus WebRTC Server
SvelteKit - The fastest way to build Svelte apps
ion - Real-Distributed RTC System by pure Go and Flutter
libdatachannel - C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets
aiortc - WebRTC and ORTC implementation for Python using asyncio
go-m3u8 - Parse and generate m3u8 playlists for Apple HTTP Live Streaming (HLS) in Golang (ported from gem https://github.com/sethdeckard/m3u8)
awesome-pion - A curated list of awesome things related to Pion
peerjs - Simple peer-to-peer with WebRTC
gst - Go bindings for GStreamer (retired: currently I don't use/develop this package)
M3U8 - Parser and generator of M3U8-playlists for Apple HLS. Library for Go language. :cinema: