Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
351 views
in Technique[技术] by (71.8m points)

javascript - 在学习FeathersJS之前,您需要首先学习ExpressJS吗?(Do you need to learn ExpressJS first before learning FeathersJS?)

I'm quite new to the world of NodeJS and JS.(我对NodeJS和JS领域还很陌生。)

Do I need to learn ExpressJS first before learning FeathersJS?(在学习FeathersJS之前,我需要先学习ExpressJS吗?)

I read some post that FeathersJS is a drop-in-replacement for Express, so does this mean that I can start with FeathersJS first?(我读过一些文章说FeathersJS是Express的替代品,那么这是否意味着我可以先从FeathersJS开始?)

  ask by cankentcode translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

No, you do not need to learn Express before learning Feathers.(不,您无需在学习羽毛之前学习Express。)

As it says on the stack overflow feathers tag page ( https://stackoverflow.com/tags/feathersjs/info ): "Feathers is a library that extends Express."(正如它在堆栈溢出羽毛标签页面( https://stackoverflow.com/tags/feathersjs/info )上所说:“羽毛是扩展Express的库。”)

As you learn more about Feathers you may want to learn some of the components of Express.(当您了解有关羽毛的更多信息时,您可能需要学习Express的某些组件。)

But my recommendation is to go start with the Feathers guides ( https://docs.feathersjs.com/guides/readme.html ).(但是我的建议是从Feathers指南https://docs.feathersjs.com/guides/readme.html )开始。) You will pick up what you need about Express as you go.(您将随身携带有关Express的需求。)

Good luck!(祝好运!)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...