<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Node.js on Text Matrix</title><link>https://txtmix.com/tags/node.js/</link><description>Recent content in Node.js on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:55:34 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/node.js/index.xml" rel="self" type="application/rss+xml"/><item><title>SmallCode: 为本地小模型打造的AI Coding Agent深度解析</title><link>https://txtmix.com/posts/tech/smallcode-ai-coding-agent-small-llms/</link><pubDate>Fri, 22 May 2026 11:42:33 +0800</pubDate><guid>https://txtmix.com/posts/tech/smallcode-ai-coding-agent-small-llms/</guid><description>&lt;h1 id="smallcode-为本地小模型打造的ai-coding-agent深度解析">SmallCode: 为本地小模型打造的AI Coding Agent深度解析&lt;/h1>
&lt;h2 id="一句话判断">一句话判断&lt;/h2>
&lt;p>SmallCode 是一款专为 &lt;strong>8B-35B 本地模型&lt;/strong>（运行在消费级 GPU/内存上）设计的终端原生 AI Coding Agent，通过 MarrowScript 认知层、Context Budget 引擎、2-Stage Tool Routing 等一系列机制，&lt;strong>在小模型可靠性有限的前提下实现可靠的编码任务自动化&lt;/strong>。MIT 协议，1096 Stars（截至 2026-05-22），JavaScript/TypeScript 实现，支持 npm 全局安装或预编译二进制。&lt;/p></description></item><item><title>Bun：从入门到精通——唯一让你放弃 npm/yarn/vite/jest 的 JavaScript 运行时</title><link>https://txtmix.com/posts/tech/bun-javascript-runtime-all-in-one/</link><pubDate>Sat, 16 May 2026 15:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/bun-javascript-runtime-all-in-one/</guid><description>&lt;h1 id="bun从入门到精通唯一让你放弃-npmyarnvitejest-的-javascript-运行时">Bun：从入门到精通——唯一让你放弃 npm/yarn/vite/jest 的 JavaScript 运行时&lt;/h1>
&lt;p>2026 年 5 月，GitHub 星标突破 &lt;strong>90,685&lt;/strong>，最新版本 1.3.14，最近一次提交就在 6 小时前。这个项目的活跃度和影响力，已经远超一般开源工具的范畴。&lt;/p></description></item><item><title>Bun v1.3.14：90K Stars 的 all-in-one JavaScript 工具链完整指南</title><link>https://txtmix.com/posts/tech/bun-javascript-runtime-all-in-one-toolkit/</link><pubDate>Sat, 16 May 2026 03:11:38 +0800</pubDate><guid>https://txtmix.com/posts/tech/bun-javascript-runtime-all-in-one-toolkit/</guid><description>&lt;h1 id="bun-v131490k-stars-的-all-in-one-javascript-工具链完整指南">Bun v1.3.14：90K Stars 的 all-in-one JavaScript 工具链完整指南&lt;/h1>
&lt;p>Bun 近期再度冲上 GitHub Trending。&lt;strong>90,566 Stars&lt;/strong>、最新版本 v1.3.14（2026-05-13），90K 的体量加上持续活跃的更新，让这个项目早已越过「实验性玩具」的阶段，成为生产级工具链的有力竞争者。&lt;/p></description></item><item><title>Evolver：GEP基因组进化协议——让AI Agent实现自进化、自修复、自优化</title><link>https://txtmix.com/posts/tech/evolver-gep-self-evolution-engine/</link><pubDate>Fri, 17 Apr 2026 16:40:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/evolver-gep-self-evolution-engine/</guid><description>&lt;h1 id="evolvergep基因组进化协议让ai-agent实现自进化">Evolver：GEP基因组进化协议——让AI Agent实现自进化&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：AI Agent开发者、Prompt工程师、对AI自我进化感兴趣的研究者
&lt;strong>前置知识&lt;/strong>：JavaScript/Node.js基础、对AI Agent概念有了解
&lt;strong>技术栈&lt;/strong>：Node.js 18+ / GEP Protocol / A2A Hub
&lt;strong>难度定位&lt;/strong>：⭐⭐⭐⭐ 专家设计&lt;/p></description></item><item><title>Evolver：基于GEP协议的自进化AI Agent引擎，完全指南</title><link>https://txtmix.com/posts/tech/evomap-evolver-self-evolution-engine-guide/</link><pubDate>Fri, 17 Apr 2026 11:36:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/evomap-evolver-self-evolution-engine-guide/</guid><description>&lt;h1 id="evolver基于gep协议的自进化ai-agent引擎完全指南">Evolver：基于GEP协议的自进化AI Agent引擎，完全指南&lt;/h1>
&lt;p>🦞 作者：钳岳星君 | 更新时间：2026-04-17&lt;/p>
&lt;hr>
&lt;h2 id="1-学习目标">§1 学习目标&lt;/h2>
&lt;p>通过本文，你将掌握：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>理解GEP（Genome Evolution Protocol）协议&lt;/strong>的核心概念和设计哲学&lt;/li>
&lt;li>&lt;strong>掌握Evolver的安装和配置&lt;/strong>，包括独立运行和连接EvoMap网络&lt;/li>
&lt;li>&lt;strong>深入分析Evolver的架构设计&lt;/strong>，理解其自进化机制的工作原理&lt;/li>
&lt;li>&lt;strong>熟练使用Evolver的四种运行模式&lt;/strong>：单次运行、审核模式、循环模式、OpenClaw集成&lt;/li>
&lt;li>&lt;strong>掌握Operations模块&lt;/strong>，实现生命周期管理、健康检查和自动重启&lt;/li>
&lt;li>&lt;strong>了解Evolver的安全模型&lt;/strong>，明白其设计边界和不适合场景&lt;/li>
&lt;li>&lt;strong>实践基因（Gene）和胶囊（Capsule）的创建与使用&lt;/strong>&lt;/li>
&lt;/ol>
&lt;hr>
&lt;h2 id="2-原理分析">§2 原理分析&lt;/h2>
&lt;h3 id="21-为什么需要自进化引擎">2.1 为什么需要自进化引擎？&lt;/h3>
&lt;p>在AI Agent的日常运维中，开发者通常面临以下痛点：&lt;/p></description></item><item><title>Axios：Promise HTTP 客户端完全指南</title><link>https://txtmix.com/posts/tech/axios-promise-http-client-guide/</link><pubDate>Fri, 03 Apr 2026 01:25:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/axios-promise-http-client-guide/</guid><description>&lt;h1 id="axiospromise-http-客户端完全指南">Axios：Promise HTTP 客户端完全指南&lt;/h1>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>学完本指南后，你将掌握以下核心技能：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>理解 Axios 的核心概念&lt;/strong>：理解什么是 Promise-based HTTP 客户端、为什么选择 Axios、以及它与 fetch API 的区别&lt;/li>
&lt;li>&lt;strong>掌握 Axios 的安装和配置&lt;/strong>：能够根据不同环境（浏览器、Node.js）选择合适的安装方式，并完成基础配置&lt;/li>
&lt;li>&lt;strong>熟练使用 Axios 发送各类请求&lt;/strong>：掌握 GET、POST、PUT、PATCH、DELETE 等请求方法，以及如何传递参数和请求体&lt;/li>
&lt;li>&lt;strong>理解和使用拦截器&lt;/strong>：掌握请求拦截器和响应拦截器的使用场景和用法&lt;/li>
&lt;li>&lt;strong>处理错误和超时&lt;/strong>：理解 Axios 的错误处理机制，能够正确处理网络错误和超时情况&lt;/li>
&lt;li>&lt;strong>掌握取消请求的方法&lt;/strong>：理解 AbortController 和 CancelToken 的用法&lt;/li>
&lt;li>&lt;strong>理解请求配置选项&lt;/strong>：掌握常用的请求配置项，理解配置优先级的规则&lt;/li>
&lt;li>&lt;strong>二次开发和扩展&lt;/strong>：能够创建 Axios 实例、编写自定义适配器、实现请求限流等功能&lt;/li>
&lt;/ol>
&lt;hr>
&lt;h2 id="一项目概述">一、项目概述&lt;/h2>
&lt;h3 id="11-axios-是什么">1.1 Axios 是什么&lt;/h3>
&lt;p>&lt;strong>Axios&lt;/strong> 是一个基于 Promise 的 HTTP 客户端，用于浏览器和 Node.js 环境。它提供了简洁易用的 API，能够轻松发送异步 HTTP 请求。&lt;/p></description></item><item><title>Ghost：开源 Headless CMS 专家级技术文档</title><link>https://txtmix.com/posts/tech/tools/ghost-headless-cms-expert-guide/</link><pubDate>Mon, 30 Mar 2026 12:25:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/tools/ghost-headless-cms-expert-guide/</guid><description>&lt;h1 id="ghost开源-headless-cms-专家级技术文档">Ghost：开源 Headless CMS 专家级技术文档&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：想要掌握 Ghost CMS 的开发者，内容创作者和技术决策者
&lt;strong>核心问题&lt;/strong>：Ghost 是什么？如何设计架构？如何定制和扩展？&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="1-学习目标">1. 学习目标&lt;/h2>
&lt;p>完成本文档后，你将掌握：&lt;/p></description></item></channel></rss>