elysia stream

import { Elysia } from 'elysia'

const app = new Elysia()
    .get('/ok', function* () {
        yield 1
        yield 2
        yield 3
    })
    .listen(3000)
posted @ 2024-07-21 09:10  卓能文  阅读(2)  评论(0编辑  收藏  举报