微信开发者.js.json

by William Kwan

关冠伟

非中国开发者如何利用微信的1.1B每月活跃用户 (How non-Chinese developers can leverage WeChat’s 1.1B monthly active users)

Over a million WeChat Mini-Programs have been published since the platform launched two years ago. By comparison, it took the App Store a decade to reach two million apps.

自两年前该平台启动以来,已经发布了超过一百万个微信小程序。 相比之下,App Store花了十年的时间才达到200万个应用程序。

The average WeChat user spends 66 minutes a day on WeChat. Mini-Programs emulate the experience of a lightweight mobile app, without requiring the user to leave WeChat or wait for a long download. This expedites onboarding, both online (Mini-Programs are predominantly accessed through social sharing) and offline (typically done through QR codes).

微信用户平均每天在微信上花费66分钟 。 小型程序可模拟轻量级移动应用程序的体验,而无需用户离开微信或等待长时间下载。 这样既可以在线(主要通过社交共享访问迷你程序),也可以离线(通常通过QR码完成)来加快注册速度。

This idea that you can get more users by circumventing the download process has been thrown around in the Western tech scene. Around the same time the Mini-Program platform launched, we rode the hype train for Messenger Chatbots. Android Instant found a few niche use cases, but never caught on.

可以通过规避下载过程来吸引更多用户的想法在西方技术界已广为流传。 在迷你程序平台启动的大约同一时间,我们乘坐了Messenger Messenger机器人的炒作。 Android Instant发现了一些利基用例,但从未流行。

As a Canadian software developer with Chinese heritage, I don’t think we should adopt this all-in-one user experience over here. Mobile-optimized websites and native mobile apps already cover all the important use cases.

作为具有中国传统的加拿大软件开发人员,我认为我们不应该在这里采用这种多合一的用户体验。 针对移动设备进行优化的网站和本地移动应用程序已经涵盖了所有重要的用例。

But in China, WeChat has been the monolithic app for everything years before there were Mini-Programs. Everything from hailing a cab to paying for a meal, to connecting with nearby strangers is done from WeChat. Mini-Programs are the natural evolution, creating a semi-open platform in a country where the government has historically blocked foreign competitors.

但是在中国,微信在微型程序出现之前就已经成为所有应用程序中的独占应用。 从上车打车到吃饭,再到与附近的陌生人联系,一切都由微信完成。 小型计划是自然发展的过程,它在一个政府历来封锁外国竞争对手的国家中创建了一个半开放式平台。

Iconic Western brands in China have already started switching from native apps to Mini-Programs. Fast food chains like McDonald’s and KFC let you order food and claim coupons in their Mini-Program. Luxury brands like Gucci and Burberry are creating games and promotions to market their products.

中国的标志性西方品牌已经开始从本机应用程序切换到小程序。 麦当劳(McDonald's)和肯德基(KFC)等快餐连锁店可让您在其迷你计划中订购食物并领取优惠券。 古驰(Gucci)和巴宝莉(Burberry)等奢侈品牌正在制作游戏和促销活动以推销其产品。

Many Mini-Programs are built to complement local Chinese businesses such as stores, restaurants, and hotels. For technology-focused Mini-Programs, games are leading category. Several game engines offer Mini-Program support, including Cocos.

建立了许多小型程序来补充当地的中国企业,例如商店,饭店和酒店。 对于以技术为中心的小型程序,游戏是领先的类别。 包括Cocos在内的多个游戏引擎都提供了Mini-Program支持。

But the platform is also a breeding ground for tech startups. The most notable is Pinduoduo, the group buying app which went public in the US in July 2018 with a $23.8B valuation and is currently seeking to raise another $1.5B just six months later.

但是该平台还是技术创业公司的温床。 最著名的是Pinduoduo,这是团购应用程序,于2018年7月在美国上市,估值为$ 23.8B,目前正寻求在六个月后再筹集$ 1.5B。

I’ve been working on a Mini-Program lately, and since I never learned how to read Chinese (despite a childhood of my parents’ bickering), overcoming the language and cultural barriers are really difficult. Not only is much of WeChat’s documentation Chinese-only, but Chinese software has different standards for the user experience. Simply translating an app intended for the Western market doesn’t work.

我最近一直在从事一个小型程序的开发,而且由于我从未学会过阅读中文的知识(尽管我的父母曾有过争吵的童年),因此克服语言和文化障碍真的很困难。 微信的文档不仅只有中文,而且中文软件对用户体验有不同的标准。 仅仅翻译面向西方市场的应用程序是行不通的。

Furthermore, there are technical challenges involved:

此外,还涉及技术挑战:

  • Mini-Programs are limited to 10 MB in size to ensure fast download迷你程序的大小限制为10 MB,以确保快速下载
  • Hardware access is limited to what WeChat provides through their API (notably, you can’t use NFC)硬件访问仅限于微信通过其API提供的功能(尤其是您不能使用NFC)
  • Links to websites aren’t allowed (Tencent wants users on WeChat, and WeChat only)不允许链接到网站(腾讯希望用户使用微信,并且仅限微信)

In spite of the obstacles, this opportunity is too large to ignore. The Chinese are the world’s most active social media users, and they already love high-quality Western products, similar to how we admire Japanese manufacturing. “Made in China” is an ironically bad way to promote a product in China. Western tech startups could use this to their advantage, but almost none of them are adopting a China-first strategy.

尽管有障碍,但这个机会太大了,不容忽视。 中国人是世界上最活跃的社交媒体用户,他们已经喜欢高品质的西方产品,类似于我们欣赏日本制造业的方式。 具有讽刺意味的是,“中国制造”是在中国推广产品的一种不好的方式。 西方科技初创企业可以利用这一优势,但几乎没有一家企业采用中国优先战略。

If you want to be one of the few courageous developers to give the Chinese market a shot, I made this tutorial to teach you how to make your first Mini-Program. If you’re familiar with full stack JavaScript web development, you’ll pick up the tech stack quickly. It consists of a JavaScript client and server, a modified version of HTML/CSS, and a JSON database.

如果您想成为少数勇于开拓中国市场的勇敢开发人员之一,我制作了本教程,教您如何制作自己的第一个迷你程序。 如果您熟悉全栈JavaScript Web开发,那么您将快速掌握技术栈。 它由JavaScript客户端和服务器,HTML / CSS的修改版以及JSON数据库组成。

If you found the tutorial helpful, I’d love to create more content like this and build a community for English-speaking WeChat developers. Feel free to ask any WeChat development questions in the comments and I’ll try my best to help you out!

如果您认为本教程有帮助,我很乐意创建更多类似的内容,并为讲英语的微信开发人员建立一个社区。 随时在评论中询问任何微信开发问题,我会尽力帮助您!

翻译自: https://www.freecodecamp.org/news/how-non-chinese-developers-can-leverage-wechats-1-1b-monthly-active-users-285083836bb9/

微信开发者.js.json

微信开发者.js.json_非中国开发者如何利用微信的1.1B每月活跃用户相关推荐

  1. 微信还能这么玩:Geek大学生利用微信搭建英语课堂互动系统,将社交参与性和实时性带入课堂

    微信还能这么玩:Geek大学生利用微信搭建英语课堂互动系统,将社交参与性和实时性带入课堂 小马哥不止一次说过,腾讯只会搭建微信的平台和规则,至于具体怎么玩还要靠大家发挥想象力.在见识了各种奇思妙想的微 ...

  2. Google开发者大会:为中国开发者和消费者推出新的工具

    幸运有机会参加今年的Google Developer Days 2018,简称GDD 2018,听到很多Googler精彩的演讲,了解更多的新技术和资讯,今年的GDD举办时间是9.20-9.21,上海 ...

  3. 微信屏蔽js分享、复制链接,禁止微信外打开网站

    1.屏蔽公众号的复制分享功能 <script type="text/javascript">$(function(){function onBridgeReady() ...

  4. python微信远程控制摄像头_【python版】利用微信远程控制你的电脑

    ============================================================================== 作者:xfkxfk 团队:F4ck Tea ...

  5. 2016谷歌重返中国,体验Google中国开发者网站

    我早上起床时拿起手机看新闻,一个标题瞬间吸引了<Google搜索要重返中国,但这次是靠中国开发者找回 "丢失的那6年">,激动点开一看,文章巴拉巴拉一大推,选择性阅读完 ...

  6. Android 开发者福利Google Developers中国网站发布

    今天一早就听到各大QQ群,好友说Google 发布中国站点了,迫不及待的查看了究竟.  摘自原文 谷歌开发者公众号 我们很高兴地宣布,Google Developers 中国网站 (developer ...

  7. 微信9年:张小龙指明方向,微信AI全面开放NLP能力

    作者 | 夕颜 责编 | 王金许 出品 | AI科技大本营(ID:rgznai100) 一年一度的微信公开课 Pro 在广州保利世贸博览馆如期举行. 一大早,同在博览馆举办的广州年货促展会参会者,夹杂 ...

  8. 微信 9 年:张小龙指明方向,微信 AI 全面开放 NLP 能力

    作者 | 夕颜 责编 | Elle 出品 | AI科技大本营(ID:rgznai100) 一年一度的微信公开课 Pro 在广州保利世贸博览馆如期举行. 一大早,同在博览馆举办的广州年货促展会参会者,夹 ...

  9. 记录一下在浏览器端利用微信地图定位接口和百度地图定位接口实现高精度定位的开发心得

    地图定位是一个很要命的问题,目测下来在手机浏览器端基于微信生态的定位接口要精准情况好过直接用百度 LBS 等地图定位.百度地图好处是未获取到坐标会按 IP 走定位. 业务背景:后台通过百度地图拾取坐标 ...

最新文章

  1. 智能合约语言Solidity 类型介绍
  2. 皮一皮:看看地铁有多挤...
  3. 配置apache服务器的文件名,apache服务器配置文件名是
  4. bottle模板 template/jinja2_template
  5. java中把map转换成list
  6. 2016蓝桥杯省赛---java---B---3(凑算式)
  7. myeclipse快捷生成代码块
  8. 八大排序算法的python实现(三)冒泡排序
  9. arcgis select by attributes一次选多个_优化体系--记一次生产数据库sql优化过程--组合索引...
  10. 简单搭建es6编译环境
  11. 天猫商城多幅图片并排展示广告效果,鼠标指向高亮其它阴影
  12. 【小知识】Elastic Search排除某个索引后缀
  13. 生产排产软件中MTO模式的优缺点
  14. 【深度】NGINX Rewrite 详解
  15. 2017最新苹果 APPLE ID注册流程
  16. html制作当当网首页的报告,当当网首页——JS代码
  17. matlab怎么产生帕斯卡矩阵,MATLAB(一):矩阵基本操作
  18. MacOS 上安装 telnet 和 wget
  19. Windows系统用户名文件夹为中文,解决方案
  20. Gatsby静态网站导航高亮

热门文章

  1. 根据中文名字首字母进行分组
  2. 普元ESB服务器迁移方案总结
  3. 技术型产品经理的思维能力
  4. 免费电子书下载网站,不来白嫖一波
  5. 2021年中国纯电动车产量、销量及投资情况分析[图]
  6. 引流软件的操作原理是怎样的,引流软件效果是不是很好?
  7. 多元函数的极限与连续
  8. 习题 于歆杰 电路_清华大学 电路原理 于歆杰 60讲视频教程
  9. Python爬猫眼电影影评及可视化 Robin NJU
  10. pr系统兼容性报告不支持视频驱动程序有什么影响?怎么解决?