本文介绍了寻找参考nodejs,expressjs& mongodb应用程序用作模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我想建立一个nodejs应用程序,并且正在寻找一个很好的参考应用程序作为模板。理想情况下,应用程序将具有以下功能I want to build out a nodejs app and was looking for a good reference app to use as a template. Ideally the app will have the following features 使用nodejs,expressjs& mongodb 有一个用户认证子系统我想下载这样一个应用程序让它开箱即用,我可以戳入代码,并开始自定义它为我的需要。I'd like to download such an app and have it working out of the box, than i can poke into the code and start customizing it for my needs.更新:我看过 http://howtonode.org/express-mongodb (github repo https://github.com/creationix/howtonode.org/tree/master/articles/express-mongodb )这是非常有用但有点过时。 http://www.slideshare.net/robb1e/a-nodejs-应用程序 ,说明一点,但没有代码/应用程序/ repoupdated:I've looked at http://howtonode.org/express-mongodb (github repo https://github.com/creationix/howtonode.org/tree/master/articles/express-mongodb ) which is very useful but is somewhat dated. There is a preso at http://www.slideshare.net/robb1e/a-nodejs-application that talks a bit more on but no code/app/repo我确定有很多代码模式和其他学习这些人与现实世界的应用程序,我正在寻找是否存在这样的应用程序,所以我可以建立在最佳实践的顶部。I'm sure there are a lot of code patterns and other learning that folks have had with real-world apps and I'm looking to see if such an app exists so I can build ontop of best practices.推荐答案这是一个使用express和mongoose的mvc应用程序的一个很棒的例子:Here's an awesome example of an mvc app using express and mongoose: https://github.com/cliftonc/express-mvc-bootstrap 这篇关于寻找参考nodejs,expressjs& mongodb应用程序用作模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-26 05:54
查看更多