Skip to content

社区软件包

¥Community Packages

提示

Meteor 社区正在努力将流行的软件包迁移到 Meteor 3.0。

¥The Meteor community is making great efforts to migrate popular packages to Meteor 3.0.

电子表格维护 by @harryadel 跟踪你最喜欢的包的状态并提供帮助的机会。

¥A spreadsheet maintained by @harryadel tracks the status of your favorite packages and offers opportunities to help.

有些非常流行的社区包没有文档网站或只有一个自述文件。本节尝试列出并添加一些有关这些软件包的使用、配置和示例的信息。

¥There are some very popular community packages that do not have a documentation website or only have a readme file. This section tries to list and add some information about usage, configuration, and examples for these packages.

将此部分视为 Awesome List,类似于 awesome-nodeawesome-react

¥Think this section as an Awesome List, similar to awesome-node or awesome-react

许多软件包已合并到 Meteor 社区组织 中。其他由个人开发者或公司维护。

¥Many packages have been consolidated into the Meteor Community organization. Others are maintained by individual developers or companies.

如果你正在使用某个软件包,或者你认为某个软件包值得添加到此列表中,请提交拉取请求。

¥If you use or have a package that you think would be useful to add to this list, please open a pull request.

如果你要将软件包添加到此列表,请尽可能提供更多信息,包括:

¥Please bear in mind if you are adding a package to this list, try providing as much information as possible, including:

  • Who maintains the package - 如何联系我们提交问题或疑问

    ¥Who maintains the package – how to get in touch to submit issues or questions

  • Why is this package for?

  • API

  • examples/guide

社区软件包列表

¥List of Community Packages

方法/订阅助手

¥Method/Subscription helpers

  • meteor-rpc,Meteor 方法通过类型检查和运行时验证进行了改进

    ¥meteor-rpc, Meteor Methods Evolved with type checking and runtime validation

  • jam:method,一种创建 Meteor 方法并扩展离线处理功能的简便方法

    ¥jam:method, An easy way to create Meteor methods with extensions to offline handling

  • jam:pub-sub,使用方法和/或变更流发布/订阅,并为 Meteor 应用缓存订阅

    ¥jam:pub-sub, Publish / subscribe using a Method and/or Change Streams, and cache subscriptions for Meteor apps

MongoDB 集合扩展

¥MongoDB collection extensions

实用程序

¥Utilities

  • jam:offline,一种为你的 Meteor 应用提供离线功能并使其感觉即时可用的简便方法

    ¥jam:offline, An easy way to give your Meteor app offline capabilities and make it feel instant