Tag: pug rethinkdb

从rethinkdb获取条目到node.js博客

我想做一个简单的节点博客,但我需要一些帮助! 我想将我的博客“条目”或“post”保存为rethinkdb,但要做到这一点,我首先需要知道如何让我的post出现在我的博客上,所以我做了一个rethinkdb服务器,有一些条目! 这是它的样子: [ { "body": "This is the standard hello world message!" , "id": "1" , "published": "2014-04-19" , "title": "Hello World!" } , { "body": "I tought dinner with my family would be horrific, but maybe my low expectations made it bearable" , "id": "3" , "published": "2014-04-19" , "title": "Dinner was ok!" […]