You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
3
5
-
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
4
+
WeSocket is a Websocket Service Demo with client and management.
5
+
6
+
# 🎉 Features
7
+
8
+
- Support one management end to manage multiple clients
#### These codes are just a demo (including basic content such as connecting to WebSocket services, client type classification, and heartbeat detection), which serves as the foundation for my other projects. Currently, I have only developed client connection services. You can develop other programs based on this repository according to your own needs, and of course, you can use this demo as a solution
34
+
#### Anyway, if you have any ideas, they can be implemented through code modifications in this repository. Feel free to raise any issues!
35
+
36
+
# License
37
+
38
+
The Apache v2 License. Please see [the license file](./LICENSE) for more information.
0 commit comments