# netcorefast-websocket **Repository Path**: qinyongcheng/netcorefast-websocket ## Basic Information - **Project Name**: netcorefast-websocket - **Description**: netcorefast项目中websocket客户端示例 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2021-11-09 - **Last Updated**: 2024-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netcorefast websocket客户端 #### 1、vue版本示例 [vue版本](https://gitee.com/qinyongcheng/netcorefast-websocket/blob/master/src/App.vue) #### 2、uniapp版本示例 [uniapp版本](https://gitee.com/qinyongcheng/uniapp-fast-colorUI/tree/master/pages/chat) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).