|
26 | 26 |
|
27 | 27 | ## URL Index
|
28 | 28 |
|
29 |
| -| Name | URL | |
30 |
| -|-------------------------------------------------------------|----------------------------------------------------------------------------------------------| |
31 |
| -| GoCaptcha Document | [http://gocaptcha.wencodes.com](http://gocaptcha.wencodes.com) | |
32 |
| -| Online Demo | [http://gocaptcha.wencodes.com/demo/](http://gocaptcha.wencodes.com/demo/) | |
33 |
| -| Golang + Web + APP Example | [https://github.com/wenlng/go-captcha-example](https://github.com/wenlng/go-captcha-example) | |
34 |
| -| Golang Captcha | [https://github.com/wenlng/go-captcha](https://github.com/wenlng/go-captcha) | |
35 |
| -| Golang Assets File | [https://github.com/wenlng/go-captcha-assets](https://github.com/wenlng/go-captcha-assets) | |
36 |
| -| Javascript Captcha | [https://github.com/wenlng/go-captcha-jslib](https://github.com/wenlng/go-captcha-jslib) | |
37 |
| -| Vue Captcha | [https://github.com/wenlng/go-captcha-vue](https://github.com/wenlng/go-captcha-vue) | |
38 |
| -| React Captcha | [https://github.com/wenlng/go-captcha-react](https://github.com/wenlng/go-captcha-react) | |
39 |
| -| Angular Captcha | [https://github.com/wenlng/go-captcha-angular](https://github.com/wenlng/go-captcha-angular) | |
40 |
| -| Svelte Captcha | [https://github.com/wenlng/go-captcha-svelte](https://github.com/wenlng/go-captcha-svelte) | |
41 |
| -| Solid Captcha | [https://github.com/wenlng/go-captcha-solid](https://github.com/wenlng/go-captcha-solid) | |
42 |
| -| UniApp Captcha | [https://github.com/wenlng/go-captcha-uni](https://github.com/wenlng/go-captcha-uni) | |
43 |
| -| ... | | |
| 29 | +| Project | Desc | |
| 30 | +|----------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 31 | +| [document](http://gocaptcha.wencodes.com) | GoCaptcha Documentation | |
| 32 | +| [online demo](http://gocaptcha.wencodes.com/demo/) | GoCaptcha Online Demo | |
| 33 | +| [go-captcha-example](https://github.com/wenlng/go-captcha-example) | Golang + Web + APP Example | |
| 34 | +| [go-captcha-assets](https://github.com/wenlng/go-captcha-assets) | Embedded Resource Assets for Golang | |
| 35 | +| [go-captcha](https://github.com/wenlng/go-captcha) | Golang CAPTCHA Library | |
| 36 | +| [go-captcha-jslib](https://github.com/wenlng/go-captcha-jslib) | JavaScript CAPTCHA Library | |
| 37 | +| [go-captcha-vue](https://github.com/wenlng/go-captcha-vue) | Vue CAPTCHA Library | |
| 38 | +| [go-captcha-react](https://github.com/wenlng/go-captcha-react) | React CAPTCHA Library | |
| 39 | +| [go-captcha-angular](https://github.com/wenlng/go-captcha-angular) | Angular CAPTCHA Library | |
| 40 | +| [go-captcha-svelte](https://github.com/wenlng/go-captcha-svelte) | Svelte CAPTCHA Library | |
| 41 | +| [go-captcha-solid](https://github.com/wenlng/go-captcha-solid) | Solid CAPTCHA Library | |
| 42 | +| [go-captcha-uni](https://github.com/wenlng/go-captcha-uni) | UniApp CAPTCHA, compatible with Apps, Mini-Programs, and Fast Apps | |
| 43 | +| [go-captcha-service](https://github.com/wenlng/go-captcha-service) | GoCaptcha Service, supports binary and Docker image deployment, <br/>provides HTTP/gRPC interfaces,<br/> supports standalone and distributed modes (service discovery, load balancing, dynamic configuration) | |
| 44 | +| [go-captcha-service-sdk](https://github.com/wenlng/go-captcha-service-sdk) | GoCaptcha Service SDK Toolkit, includes HTTP/gRPC request interfaces,<br/> supports static mode, service discovery, and load balancing. | |
| 45 | +| ... | | |
44 | 46 |
|
45 | 47 |
|
46 | 48 | <br/>
|
|
0 commit comments