摘要:
index.ts // index.ts import type {Serve} from "bun" import {stat, readdir} from 'node:fs/promises' import ejs from 'ejs' interface Dir { url: string, 阅读全文
摘要:
前言: 近日。学习BUN中,突发奇想,如何实现一个直播平台? 0. BUN的安装 安装BUN 1. 初始化项目 bun init 2. 实现serve信令服务器 index.ts import Bun from 'bun'; import type {ServerWebSocket} from 'b 阅读全文