Skip to content

Commit

Permalink
文档
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Oct 14, 2024
1 parent 0ded524 commit fd4bc22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 飞云服务端

## 快速开始
使用`Feiyun`创建一个长连接服务端应用
```ts
const app = new Feiyun({
port: 3000,
});
app.listen();
```

0 comments on commit fd4bc22

Please sign in to comment.