GitHub Trending
🔥 mui / material-ui - Material UI: Comprehensive React component library that impl
GitHub热门项目 | Material UI: Comprehensive React component library that implements Google's Material Design. Free forever. | Stars: 98,453 | 60 stars this week | 语言: JavaScript
2026-06-22 21:01
👁 5
查看原文 →
GitHub Trending
🔥 home-assistant / operating-system - 🔰 Home Assistant Operating System
GitHub热门项目 | 🔰 Home Assistant Operating System | Stars: 7,212 | 37 stars this week | 语言: Python
2026-06-22 21:01
👁 5
查看原文 →
GitHub Trending
🔥 erebe / wstunnel - Tunnel all your traffic over Websocket or HTTP2 - Bypass fir
GitHub热门项目 | Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available | Stars: 6,841 | 24 stars today | 语言: Rust
2026-06-22 21:00
👁 6
查看原文 →
GitHub Trending
🔥 spiceai / spiceai - A portable accelerated SQL query, search, and LLM-inference
GitHub热门项目 | A portable accelerated SQL query, search, and LLM-inference engine, written in Rust, for data-grounded AI apps and agents. | Stars: 2,981 | 0 stars today | 语言: Rust
2026-06-22 21:00
👁 7
查看原文 →
GitHub Trending
🔥 corsairdev / corsair - Your Agent's Integration Layer
GitHub热门项目 | Your Agent's Integration Layer | Stars: 2,781 | 210 stars today | 语言: TypeScript
2026-06-22 21:00
👁 4
查看原文 →
GitHub Trending
🔥 nexmoe / VidBee - Download videos from almost any website worldwide
GitHub热门项目 | Download videos from almost any website worldwide | Stars: 9,512 | 15 stars today | 语言: TypeScript
2026-06-22 21:00
👁 4
查看原文 →
GitHub Trending
🔥 NVIDIA / skills - AI agent skills published by NVIDIA
GitHub热门项目 | AI agent skills published by NVIDIA | Stars: 1,611 | 199 stars today | 语言: Python
2026-06-22 21:00
👁 4
查看原文 →
GitHub Trending
🔥 virattt / ai-hedge-fund - An AI Hedge Fund Team
GitHub热门项目 | An AI Hedge Fund Team | Stars: 60,425 | 44 stars today | 语言: Python
2026-06-22 21:00
👁 4
查看原文 →
GitHub Trending
🔥 vectorize-io / hindsight - Hindsight: Agent Memory That Learns
GitHub热门项目 | Hindsight: Agent Memory That Learns | Stars: 16,904 | 143 stars today | 语言: Python
2026-06-22 21:00
👁 4
查看原文 →
GitHub Trending
🔥 kernalix7 / winpodx - Windows pod system for Linux
GitHub热门项目 | Windows pod system for Linux | Stars: 1,239 | 120 stars today | 语言: Python
2026-06-22 21:00
👁 3
查看原文 →
GitHub Trending
🔥 Q00 / ouroboros - Agent OS: Stop prompting. Start specifying.
GitHub热门项目 | Agent OS: Stop prompting. Start specifying. | Stars: 4,655 | 18 stars today | 语言: Python
2026-06-22 21:00
👁 3
查看原文 →
GitHub Trending
🔥 Alishahryar1 / free-claude-code - Use claude code and codex for free in the terminal, VSCode e
GitHub热门项目 | Use claude code and codex for free in the terminal, VSCode extension, and discord like OpenClaw (voice supported) | Stars: 36,218 | 258 stars today | 语言: Python
2026-06-22 18:00
👁 5
查看原文 →
Dev.to
🚀 Top Data Analytics Project Ideas for Beginners and Professionals
If you're learning Data Analytics and looking to build a strong portfolio, working on real-world...
Sapana Pal
2026-06-22 17:15
👁 8
查看原文 →
OpenAI Blog
Codex-maxxing for long-running work
Learn how Jason Liu uses Codex to preserve context, manage complex projects, and help work continue beyond a single prompt.
2026-06-22 08:00
👁 5
查看原文 →
Engadget
Polymarket has reportedly been paying creators to post fake betting videos
The Wall Street Journal reviewed 1,105 videos along with guidance given to creators for crafting their posts.
staff@engadget.com (Cheyenne MacDonald)
2026-06-22 04:53
👁 3
查看原文 →
HackerNews
Japan chipmaking equipment suppliers report 10% drop in China sales
dweisinger
2026-06-22 04:22
👁 2
查看原文 →
Dev.to
Setting up socket.io
This article covers what I learned or maybe didn't really learn. The Problem With Traditional HTTP Most web applications use HTTP. The flow looks like this: Client → Request → Server Client ← Response ← Server Once the server sends the response, the connection is closed. This works perfectly for: Authentication CRUD operations Fetching data Form submissions But what happens when the server needs to send information without being asked? For example: A new task is assigned Someone comments on a task A project status changes A teammate updates a board With traditional HTTP, the browser would need to keep asking: "Anything new?" "Anything new?" "Anything new?" This technique is called polling, and it's inefficient. That's where Socket.io comes in. What Socket.io Actually Does Socket.io creates a persistent connection between the client and server. Instead of repeatedly opening and closing connections, the connection stays alive. Now communication becomes two-way: Client ↔ Server The client can send data whenever it wants. The server can also send data whenever it wants. This is what makes real-time applications possible. Why Express Alone Isn't Enough One thing that confused me initially was why Socket.io couldn't simply be attached directly to my Express app. The answer lies in how Express works. When you write: app . listen ( 5000 ); Express creates the HTTP server internally. You don't have direct access to it. Socket.io, however, needs access to the raw HTTP server. So instead of: app . listen ( PORT ); The flow becomes: const httpServer = createServer ( app ); Then Socket.io attaches to that server: const io = new Server ( httpServer ); Finally: httpServer . listen ( PORT ); This architecture allows Socket.io and Express to share the same server. Understanding Events Socket.io is event-driven. Everything revolves around two methods: socket . emit () and socket . on () Think of them as: emit = send on = listen For example: Client: socket . emit ( " join-project " ,
Chinwuba
2026-06-22 02:23
👁 6
查看原文 →
GitHub Trending
🔥 tashfeenahmed / freellmapi - OpenAI-compatible proxy that stacks the free tiers of 16 LLM
GitHub热门项目 | OpenAI-compatible proxy that stacks the free tiers of 16 LLM providers (~1.7B tokens/month) behind one /v1 endpoint — plus any custom OpenAI-compatible endpoint. Smart routing, automatic failover, encrypted keys. Personal experimentation only. | Stars: 11,267 | 226 stars today | 语言: TypeScript
2026-06-22 00:00
👁 7
查看原文 →
GitHub Trending
🔥 rezarahiminia / worldcup2026 - Grab your football API data for FIFA World Cup 2026 competit
GitHub热门项目 | Grab your football API data for FIFA World Cup 2026 competition! | Stars: 301 | 103 stars this week | 语言: JavaScript
2026-06-21 21:01
👁 5
查看原文 →
GitHub Trending
🔥 jely2002 / youtube-dl-gui - Open Video Downloader - A cross-platform GUI for youtube-dl
GitHub热门项目 | Open Video Downloader - A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript. | Stars: 8,609 | 66 stars today | 语言: Rust
2026-06-21 21:01
👁 7
查看原文 →