Meteor框架的学习入门与深入

Meteorjs作为nodejs框架中的一员,在2015年横空出世,一度推出惊人的开发体验。到现在2020年,国内用的人少了很多。学习资料也少,以下是我总结的一些,对于入门和提升有比较大的帮助。

1.视频资料

极客网的系列视频教程(以下都是同一个极客视频)
https://my.oschina.net/u/2490565/blog/519264
https://www.jikexueyuan.com/course/1631.html

2.文字资料

w3cschool资料:https://www.w3cschool.cn/discovermeteor/

Meteor官网(重点)https://www.meteor.com/

百度搜索: meteor

github上面有很多现成的项目都可以搜索到,然后参考,如meteor+vue:
https://github.com/search?q=meteor+vue

学习群

泛Meteor技术交流群QQ:438397259
(这里都是meteor的使用者,都可以在这里提问)

meteor官方论坛:https://forums.meteor.com/

stackoverflow
https://stackoverflow.com/questions/23797695/how-to-subscribe-via-ddp-connections-to-other-meteor-servers-on-the-server-side

本人的github–meteor项目
https://github.com/banana618859/meteor_vue_goodDemo

如有不懂,也可以留言喔,大家多多交流!
资源太少了,如果大家有更好的学习资料,麻烦告诉我一下。

你可能感兴趣的:(js,meteor)