You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.7 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Senparc.WebSocket

分支 生成 备注
master master Build Status Mono似乎找不到System.Web.WebSockets导致左侧自动编译出错不影响使用
Developer Developer Build Status Mono似乎找不到System.Web.WebSockets导致左侧自动编译出错不影响使用

为微信小程序等提供独立的 WebSocket 服务器端环境,当前版本为:beta1

开发分支为Developer。

欢迎贡献代码!

贡献代码

如果需要使用或修改此项目的源代码建议先Fork。也欢迎将您修改的通用版本Pull Request过来。

  1. Fork
  2. 创建您的特性分支 (git checkout -b my-new-feature)
  3. 提交您的改动 (git commit -am 'Added some feature')
  4. 将您的修改记录提交到远程 git 仓库 (git push origin my-new-feature)
  5. 然后到 github 网站的该 git 远程仓库的 my-new-feature 分支下发起 Pull Request (请提交到 Developer 分支,不要直接提交到 master 分支)

如何使用 Nuget 安装?

PM> Install-Package Senparc.WebSocket

PSSenparc.Weixin.WxOpen小程序 项目已经自动依赖Senparc.WebSocket