Skip to content

Commit b8a6521

Browse files
author
bajins
committed
docs: 更新技术资源链接
- 添加新的 Go 语言资源链接,包括 GUI 库、HTTP 客户端库、视频处理库等 - 更新 Python、Java、C++ 等语言的资源链接 - 添加 DragonFlyBSD 系统的 GitHub 链接 - 更新 Web 开发相关资源,包括 MDN、公共后缀列表等
1 parent 80f27b4 commit b8a6521

17 files changed

+112
-30
lines changed

Go/GoGUI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* [https://github.com/visualfc/atk](https://github.com/visualfc/atk)
2323
* [https://github.com/vugu/vugu](https://github.com/vugu/vugu)
2424
* [https://github.com/wailsapp/wails](https://github.com/wailsapp/wails)
25+
* [https://github.com/cogentcore](https://github.com/cogentcore)
26+
* [https://github.com/goki/gi](https://github.com/goki/gi)
2527

2628

2729
- [https://qiankunli.github.io/2020/11/21/goroutine_system_call.html](https://qiankunli.github.io/2020/11/21/goroutine_system_call.html)

Go/Go第三方库.md

Lines changed: 46 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,25 @@
6262
* [https://github.com/giampaolo/psutil](https://github.com/giampaolo/psutil)
6363
* [https://github.com/shirou/gopsutil](https://github.com/shirou/gopsutil)
6464
* [https://github.com/liyue201/gostl](https://github.com/liyue201/gostl)
65-
* [https://github.com/guonaihong/gout](https://github.com/guonaihong/gout)
66-
* [https://github.com/ghetzel/go-stockutil](https://github.com/ghetzel/go-stockutil)
6765
* [https://github.com/target](https://github.com/target)
68-
* [https://github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)
66+
* HTTP [https://github.com/go-resty/resty](https://github.com/go-resty/resty)
67+
* [https://github.com/parnurzeal/gorequest](https://github.com/parnurzeal/gorequest)
68+
* [https://github.com/levigross/grequests](https://github.com/levigross/grequests)
69+
* [https://github.com/kirinlabs/HttpRequest](https://github.com/kirinlabs/HttpRequest)
70+
* [https://github.com/ghetzel/go-stockutil](https://github.com/ghetzel/go-stockutil)
71+
* [https://github.com/Danny-Dasilva/CycleTLS](https://github.com/Danny-Dasilva/CycleTLS)
72+
* [https://github.com/guonaihong/gout](https://github.com/guonaihong/gout)
73+
* [https://github.com/dghubble/sling](https://github.com/dghubble/sling)
74+
* [https://github.com/sethgrid/pester](https://github.com/sethgrid/pester)
75+
* [https://github.com/ddliu/go-httpclient](https://github.com/ddliu/go-httpclient)
76+
* [https://github.com/juju/persistent-cookiejar](https://github.com/juju/persistent-cookiejar)
77+
* [https://github.com/h2non/gentleman](https://github.com/h2non/gentleman)
78+
* [https://github.com/gojek/heimdall](https://github.com/gojek/heimdall)
79+
* [https://github.com/ddo/rq](https://github.com/ddo/rq)
80+
* JWT [https://github.com/kataras/jwt](https://github.com/kataras/jwt)
81+
* [https://github.com/dgrijalva/jwt-go](https://github.com/dgrijalva/jwt-go)
82+
* [https://github.com/dexidp/dex](https://github.com/dexidp/dex)
83+
* [https://github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx)
6984
* JSON解析器 [https://github.com/json-iterator](https://github.com/json-iterator)
7085
* [https://github.com/mailru/easyjson](https://github.com/mailru/easyjson)
7186
* [https://github.com/minio/simdjson-go](https://github.com/minio/simdjson-go)
@@ -114,25 +129,13 @@
114129
* [https://github.com/lib/pq](https://github.com/lib/pq)
115130
* Swagger2 [https://github.com/swaggo](https://github.com/swaggo)
116131
* [https://github.com/owenliang/go-push](https://github.com/owenliang/go-push)
117-
* HTTP [https://github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)
118-
* [https://github.com/parnurzeal/gorequest](https://github.com/parnurzeal/gorequest)
119-
* [https://github.com/go-session](https://github.com/go-session)
120-
* [https://github.com/panjf2000/gnet](https://github.com/panjf2000/gnet)
121-
* [https://github.com/emicklei/go-restful](https://github.com/emicklei/go-restful)
122-
* [https://github.com/davyxu/cellnet](https://github.com/davyxu/cellnet)
123-
* [https://github.com/Danny-Dasilva/CycleTLS](https://github.com/Danny-Dasilva/CycleTLS)
124-
* [https://github.com/elazarl/goproxy](https://github.com/elazarl/goproxy)
125132
* 图表库 [https://github.com/go-echarts](https://github.com/go-echarts)
126133
* 生成和管理调色板 [https://github.com/muesli/gamut](https://github.com/muesli/gamut)
127134
* 队列 [https://github.com/oleiade/lane](https://github.com/oleiade/lane)
128135
* [https://github.com/hibiken/asynq](https://github.com/hibiken/asynq)
129136
* 任务排队系统 [https://git.sr.ht/~sircmpwn/dowork](https://git.sr.ht/~sircmpwn/dowork)
130137
* k均值聚类算法 [https://github.com/muesli/kmeans](https://github.com/muesli/kmeans)
131138
* 有向图 [https://github.com/autom8ter/dagger](https://github.com/autom8ter/dagger)
132-
* JWT [https://github.com/kataras/jwt](https://github.com/kataras/jwt)
133-
* [https://github.com/dgrijalva/jwt-go](https://github.com/dgrijalva/jwt-go)
134-
* [https://github.com/dexidp/dex](https://github.com/dexidp/dex)
135-
* [https://github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx)
136139
* 程序抖动问题定位 [https://github.com/mosn/holmes](https://github.com/mosn/holmes)
137140
* 内容协作 [https://github.com/pydio/cells](https://github.com/pydio/cells)
138141
* 高性能游戏服务器框架 [https://github.com/lonng/nano](https://github.com/lonng/nano)
@@ -215,6 +218,19 @@
215218
* 图片转换 [https://github.com/gographics/imagick](https://github.com/gographics/imagick)
216219
* [https://github.com/davidbyttow/govips](https://github.com/davidbyttow/govips)
217220
* [https://github.com/zyxar/image2ascii](https://github.com/zyxar/image2ascii)
221+
* 视频处理 [https://github.com/AlexEidt/Vidio](https://github.com/AlexEidt/Vidio)
222+
* [https://github.com/Eyevinn/mp4ff](https://github.com/Eyevinn/mp4ff)
223+
* [https://github.com/yapingcat/gomedia](https://github.com/yapingcat/gomedia)
224+
* [https://github.com/mowshon/moviego](https://github.com/mowshon/moviego)
225+
* [https://github.com/u2takey/ffmpeg-go](https://github.com/u2takey/ffmpeg-go)
226+
* [https://github.com/asticode/go-astiav](https://github.com/asticode/go-astiav)
227+
* [https://github.com/3d0c/gmf](https://github.com/3d0c/gmf)
228+
* [https://github.com/vladimirvivien/go4vl](https://github.com/vladimirvivien/go4vl)
229+
* [https://github.com/amagimedia/go-m3u8](https://github.com/amagimedia/go-m3u8)
230+
* [https://github.com/etherlabsio/go-m3u8](https://github.com/etherlabsio/go-m3u8)
231+
* [https://github.com/grafov/m3u8](https://github.com/grafov/m3u8)
232+
* 流媒体 [https://github.com/bluenviron/gortsplib](https://github.com/bluenviron/gortsplib)
233+
* 媒体播放器 [https://github.com/adrg/libvlc-go](https://github.com/adrg/libvlc-go)
218234
* 地图 [https://github.com/tidwall/tile38](https://github.com/tidwall/tile38)
219235
* 限速 [https://github.com/Narasimha1997/ratelimiter](https://github.com/Narasimha1997/ratelimiter)
220236
* 配置文件 [https://github.com/go-ini/ini](https://github.com/go-ini/ini)
@@ -261,10 +277,14 @@
261277
* [https://github.com/uber-go/zap](https://github.com/uber-go/zap)
262278
* 国际化 [https://github.com/go-i18n](https://github.com/go-i18n)
263279
* [https://github.com/nicksnyder/go-i18n](https://github.com/nicksnyder/go-i18n)
280+
* FFI [https://github.com/goplus/llgo](https://github.com/goplus/llgo)
281+
* [https://github.com/go-python](https://github.com/go-python)
282+
* [https://github.com/sbinet/go-python](https://github.com/sbinet/go-python)
264283
* GO编译为JS [https://github.com/gopherjs](https://github.com/gopherjs)
265-
* 执行JavaScript [https://github.com/rogchap/v8go](https://github.com/rogchap/v8go)
284+
* JavaScript [https://github.com/rogchap/v8go](https://github.com/rogchap/v8go)
266285
* [https://github.com/dop251/goja](https://github.com/dop251/goja)
267286
* [https://github.com/robertkrimen/otto](https://github.com/robertkrimen/otto)
287+
* LUA [https://github.com/Shopify/goluago](https://github.com/Shopify/goluago)
268288
* UPnP [https://github.com/huin/goupnp](https://github.com/huin/goupnp)
269289
* [https://gitlab.com/NebulousLabs/go-upnp](https://gitlab.com/NebulousLabs/go-upnp)
270290
* 容错 [https://github.com/failsafe-go/failsafe-go](https://github.com/failsafe-go/failsafe-go)
@@ -289,6 +309,7 @@
289309

290310
* gin [https://github.com/gin-gonic/gin](https://github.com/gin-gonic/gin)
291311
* [https://github.com/gin-contrib](https://github.com/gin-contrib)
312+
* [https://github.com/xinliangnote/go-gin-api](https://github.com/xinliangnote/go-gin-api)
292313
* echo [https://github.com/labstack/echo](https://github.com/labstack/echo)
293314
* GoFrame [https://github.com/gogf/gf](https://github.com/gogf/gf)
294315
* iris [https://github.com/kataras/iris](https://github.com/kataras/iris)
@@ -298,10 +319,18 @@
298319
* Fiber [https://github.com/gofiber/fiber](https://github.com/gofiber/fiber)
299320
* revel [https://github.com/revel/revel](https://github.com/revel/revel)
300321
* [https://github.com/goravel/goravel](https://github.com/goravel/goravel)
322+
* [https://github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)
301323
* [https://github.com/go-macaron](https://github.com/go-macaron)
302324
* [https://github.com/flamego/flamego](https://github.com/flamego/flamego)
303-
* [https://github.com/xinliangnote/go-gin-api](https://github.com/xinliangnote/go-gin-api)
325+
* [https://github.com/emicklei/go-restful](https://github.com/emicklei/go-restful)
326+
* [https://github.com/panjf2000/gnet](https://github.com/panjf2000/gnet)
327+
* [https://github.com/gnet-io/gnet-examples](https://github.com/gnet-io/gnet-examples)
328+
* [https://github.com/davyxu/cellnet](https://github.com/davyxu/cellnet)
329+
* [https://github.com/elazarl/goproxy](https://github.com/elazarl/goproxy)
330+
* [https://github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)
304331
* 微服务 [https://github.com/micro](https://github.com/micro)
305332
* [https://github.com/zeromicro/go-zero](https://github.com/zeromicro/go-zero)
306333
* [https://github.com/go-micro/go-micro](https://github.com/go-micro/go-micro)
307334

335+
336+
- [https://github.com/go-session](https://github.com/go-session)

Go/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
+ [https://gomirrors.org](https://gomirrors.org)
1515
+ [https://www.godoc.org](https://www.godoc.org)
1616
+ [https://studygolang.com/dl](https://studygolang.com/dl)
17+
+ [https://pkg.go.dev](https://pkg.go.dev)
18+
+ [https://go.googlesource.com/mobile](https://go.googlesource.com/mobile)
19+
+ [https://cs.opensource.google/go/x/mobile](https://cs.opensource.google/go/x/mobile)
1720
+ [https://github.com/golangclub/golangcn.org](https://github.com/golangclub/golangcn.org)
1821
+ 缩短GO包导入URL [https://github.com/niemeyer/gopkg](https://github.com/niemeyer/gopkg)
1922

IDE/Subversion.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,38 @@
77

88
+ [https://github.com/topics/subversion](https://github.com/topics/subversion)
99

10+
1011
- [https://github.com/apache/subversion](https://github.com/apache/subversion)
1112
- [https://subversion.apache.org](https://subversion.apache.org)
1213
- windows服务端 [https://www.visualsvn.com](https://www.visualsvn.com)
1314
- [https://sourceforge.net/projects/tortoisesvn](https://sourceforge.net/projects/tortoisesvn)
1415
- [https://tortoisesvn.net/downloads.html](https://tortoisesvn.net/downloads.html)
1516
- [https://osdn.net/projects/tortoisesvn](https://osdn.net/projects/tortoisesvn)
16-
- [https://sourceforge.net/projects/svnbook](https://sourceforge.net/projects/svnbook)
17-
- [https://svnbook.red-bean.com](https://svnbook.red-bean.com)
18-
- [https://svnbook.subversion.org.cn](https://svnbook.subversion.org.cn)
17+
- [https://www.collab.net/downloads/subversion](https://www.collab.net/downloads/subversion)
18+
- [http://sharpsvn.open.collab.net](http://sharpsvn.open.collab.net)
19+
- [https://community.cirata.com/s/article/Downloading-WANdisco-Software](https://community.cirata.com/s/article/Downloading-WANdisco-Software)
20+
- [https://opensource.wandisco.com/subversion](https://opensource.wandisco.com/subversion)
21+
- [https://www.wandisco.com/source-code-management/subversion](https://www.wandisco.com/source-code-management/subversion)
22+
- [https://docs.wandisco.com/svn/ms-plus](https://docs.wandisco.com/svn/ms-plus)
23+
- [如何在windows系统下搭建SVN服务器](https://blog.csdn.net/weixin_52588152/article/details/111659773)
24+
- 命令行 [https://sliksvn.com/pub](https://sliksvn.com/pub)
25+
- [https://sliksvn.com/download](https://sliksvn.com/download)
26+
- [https://github.com/jenkinsci/subversion-plugin](https://github.com/jenkinsci/subversion-plugin)
27+
- [https://bitnami.com/stack/subversion](https://bitnami.com/stack/subversion)
28+
- [https://www.smartsvn.com](https://www.smartsvn.com)
29+
- [https://rapidsvn.org](https://rapidsvn.org)
1930
- [https://github.com/mhagger/cvs2svn](https://github.com/mhagger/cvs2svn)
2031

32+
33+
2134
> 按装`VisualSVN`后客户端使用报错:`执行上下文错误: 由于目标计算机积极拒绝,无法连接。`,需要在`服务`列表中找到相关服务 ->
2235
> 右键打开属性 -> 点击登录页签修改`登录身份``本地系统账户` -> 点击常规页签修改`启动类型``自启动`,再点击启动
2336
24-
- Edge:RESTful API [https://www.collab.net/downloads/subversion](https://www.collab.net/downloads/subversion)
25-
- [http://sharpsvn.open.collab.net](http://sharpsvn.open.collab.net)
26-
- [如何在windows系统下搭建SVN服务器](https://blog.csdn.net/weixin_52588152/article/details/111659773)
27-
- [https://www.wandisco.com/source-code-management/subversion](https://www.wandisco.com/source-code-management/subversion)
28-
- [https://sliksvn.com/pub](https://sliksvn.com/pub)
29-
- [https://github.com/jenkinsci/subversion-plugin](https://github.com/jenkinsci/subversion-plugin)
30-
- [https://bitnami.com/stack/subversion](https://bitnami.com/stack/subversion)
3137

3238

39+
* [https://sourceforge.net/projects/svnbook](https://sourceforge.net/projects/svnbook)
40+
* [https://svnbook.red-bean.com](https://svnbook.red-bean.com)
41+
* [https://svnbook.subversion.org.cn](https://svnbook.subversion.org.cn)
3342
* SVN教程 [https://svnbucket.com/posts](https://svnbucket.com/posts)
3443
* [TortoiseSVN打分支、合并分支、切换分支](https://blog.csdn.net/justry_deng/article/details/82259470)
3544

Java/Java第三方库.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
- [https://github.com/cemfi/meico](https://github.com/cemfi/meico)
6060
- [https://github.com/music-encoding](https://github.com/music-encoding)
6161
- 流媒体 [https://github.com/Red5](https://github.com/Red5)
62+
- MP4解析 [https://github.com/sannies/mp4parser](https://github.com/sannies/mp4parser)
63+
- [https://github.com/zakgof/velvet-video](https://github.com/zakgof/velvet-video)
64+
- [https://github.com/jcodec/jcodec](https://github.com/jcodec/jcodec)
65+
- [https://github.com/ihmcrobotics/ihmc-video-codecs](https://github.com/ihmcrobotics/ihmc-video-codecs)
66+
- [https://github.com/drewnoakes/metadata-extractor](https://github.com/drewnoakes/metadata-extractor)
67+
- [https://github.com/guozheng/jvast](https://github.com/guozheng/jvast)
6268
- 多媒体检索 [https://github.com/vitrivr](https://github.com/vitrivr)
6369
- 地理空间数据 [https://github.com/geotools/geotools](https://github.com/geotools/geotools)
6470
- [https://sourceforge.net/projects/geotools](https://sourceforge.net/projects/geotools)

Other/专业术语.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
- `sideload`
152152
- `Sideloading` 旁加载/侧加载
153153
- `chaos` 混沌测试
154+
- `CookieJar` HTTP 请求时存储和管理cookies
154155

155156

156157
**月份/星期**

Other/书籍和博客.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@
528528
* [https://asong.cloud/posts](https://asong.cloud/posts)
529529
* [https://github.com/asong2020](https://github.com/asong2020)
530530
* [https://hitzhangjie.github.io](https://hitzhangjie.github.io)
531+
* [https://github.com/xiaobaiTech/golang-full-stack](https://github.com/xiaobaiTech/golang-full-stack)
532+
* [https://golangguide.top](https://golangguide.top)
531533

532534

533535

@@ -637,3 +639,4 @@
637639
* [C# - 夸克之书](https://www.quarkbook.com)
638640
* [https://chenyukang.github.io](https://chenyukang.github.io)
639641
* [https://chenfengyanyu.github.io](https://chenfengyanyu.github.io)
642+
* [Posts | MinCodes](https://mincodes.com/posts)

PL/C.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,11 @@
236236
* 英特尔媒体调度 [https://github.com/lu-zero/mfx_dispatch](https://github.com/lu-zero/mfx_dispatch)
237237
* Windows通用更新程序 [https://github.com/gup4win/wingup](https://github.com/gup4win/wingup)
238238
* [https://github.com/gupwin32/gupwin32.github.io](https://github.com/gupwin32/gupwin32.github.io)
239+
* 文件分页 [https://github.com/gwsw/less](https://github.com/gwsw/less)
239240
* 文件类型猜测 [https://github.com/file/file](https://github.com/file/file)
240241
* FFI [https://dyncall.org](https://dyncall.org)
242+
* [https://sourceforge.net/projects/swig](https://sourceforge.net/projects/swig)
243+
* [https://github.com/swig](https://github.com/swig)
241244
* Windows API Hook [https://github.com/TsudaKageyu/minhook](https://github.com/TsudaKageyu/minhook)
242245
* 正则表达式 [https://github.com/PCRE2Project/pcre2](https://github.com/PCRE2Project/pcre2)
243246
* 消息总线 [https://github.com/bus1/dbus-broker](https://github.com/bus1/dbus-broker)
@@ -292,6 +295,7 @@
292295
* [https://github.com/xiph/ogg](https://github.com/xiph/ogg)
293296
* [https://www.xiph.org](https://www.xiph.org)
294297
* [https://github.com/mackron/miniaudio](https://github.com/mackron/miniaudio)
298+
* OTT编码打包 [https://github.com/cannonbeach/ott-packager](https://github.com/cannonbeach/ott-packager)
295299
* 解码 [https://github.com/kn007/silk-v3-decoder](https://github.com/kn007/silk-v3-decoder)
296300
* [https://opus-codec.org](https://opus-codec.org)
297301
* [https://sourceforge.net/projects/xavs](https://sourceforge.net/projects/xavs)

PL/CPlusPlus.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@
145145
* [https://github.com/ZLMediaKit/ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit)
146146
* 音频识别 [https://github.com/acoustid](https://github.com/acoustid)
147147
* 音频编辑 [https://github.com/Ardour/ardour](https://github.com/Ardour/ardour)
148+
* 视频编辑 [https://github.com/axiomatic-systems/Bento4](https://github.com/axiomatic-systems/Bento4)
149+
* [https://github.com/MPEGGroup/isobmff](https://github.com/MPEGGroup/isobmff)
150+
* [https://github.com/DigiDNA/ISOBMFF](https://github.com/DigiDNA/ISOBMFF)
151+
* [https://github.com/gpac/gpac](https://github.com/gpac/gpac)
152+
* [https://github.com/wez/atomicparsley](https://github.com/wez/atomicparsley)
153+
* [https://github.com/enzo1982/mp4v2](https://github.com/enzo1982/mp4v2)
154+
* [https://github.com/cisco/openh264](https://github.com/cisco/openh264)
155+
* [https://github.com/lemenkov/libyuv](https://github.com/lemenkov/libyuv)
148156
* 单元测试 [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2)
149157
* [https://github.com/google/googletest](https://github.com/google/googletest)
150158
* [https://github.com/kinow/gtest-tap-listener](https://github.com/kinow/gtest-tap-listener)

PL/Rust.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ check-revoke = false
299299
- [https://github.com/acheronfail/repgrep](https://github.com/acheronfail/repgrep)
300300
- 参数解析器 [https://github.com/clap-rs/clap](https://github.com/clap-rs/clap)
301301
- [https://github.com/TeXitoi/structopt](https://github.com/TeXitoi/structopt)
302+
- 解析器组合器 [https://github.com/rust-bakery/nom](https://github.com/rust-bakery/nom)
302303
- GPS [https://github.com/frafra/frakegps](https://github.com/frafra/frakegps)
303304
- 配置 [https://github.com/mehcode/config-rs](https://github.com/mehcode/config-rs)
304305
- 音量控制 [https://github.com/prixt/soundsense-rs](https://github.com/prixt/soundsense-rs)
@@ -456,6 +457,7 @@ check-revoke = false
456457
- [https://github.com/fengzhongyun1992/download_rs](https://github.com/fengzhongyun1992/download_rs)
457458
- [https://github.com/Kimundi/rustc-version-rs](https://github.com/Kimundi/rustc-version-rs)
458459
- [https://github.com/japaric/xargo](https://github.com/japaric/xargo)
460+
- 视频解析 [https://github.com/mindeng/nom-exif](https://github.com/mindeng/nom-exif)
459461
- RPC [https://github.com/kwsc98/krpc-rust](https://github.com/kwsc98/krpc-rust)
460462
- 模板 [https://github.com/cobalt-org/liquid-rust](https://github.com/cobalt-org/liquid-rust)
461463
- [https://github.com/cargo-generate/cargo-generate](https://github.com/cargo-generate/cargo-generate)
@@ -489,6 +491,7 @@ check-revoke = false
489491
* [使用 Rust 构建个人博客(1) - Warp 后端框架](https://zhuanlan.zhihu.com/p/263425256)
490492
* [使用 Rust 构建个人博客(2) - Yew 前端框架](https://zhuanlan.zhihu.com/p/297920205)
491493
* Spotify客户端 [https://github.com/jpochyla/psst](https://github.com/jpochyla/psst)
494+
* [https://github.com/spicetify/cli](https://github.com/spicetify/cli)
492495
* ANSI终端上控制颜色和格式 [https://github.com/ogham/rust-ansi-term](https://github.com/ogham/rust-ansi-term)
493496
* 编程语言 [https://github.com/vrtbl/passerine](https://github.com/vrtbl/passerine)
494497
* Node.js模块绑定 [https://github.com/neon-bindings/neon](https://github.com/neon-bindings/neon)

PL/交互协议.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
- gRPC
173173
- QUIC
174174
- [https://github.com/quic-go/quic-go](https://github.com/quic-go/quic-go)
175+
- [https://github.com/quic-interop](https://github.com/quic-interop)
175176
- meek
176177
- [TCP、Socket、WebSocket、HTTP](https://zhuanlan.zhihu.com/p/51279572)
177178
- [网络编程 socket详解 TCP socket和UDP socket](https://blog.csdn.net/weixin_45902285/article/details/122814167)

0 commit comments

Comments
 (0)