node.js - AppEngine Standard 和 NodeJS 的本地开发服务器

标签 node.js google-app-engine google-cloud-datastore

如何使用 NodeJS 和 Appengine Standard 针对本地 Cloud Datastore 实例进行开发?

相比之下 - Go 开发环境附带本地数据存储服务器。

最佳答案

据我所知,NodeJS 没有捆绑的本地云数据存储服务器,但您可以使用 Cloud Datastore emulator :

The Google Cloud Datastore emulator provides local emulation of the production Cloud Datastore environment. You can use the emulator to develop and test your application locally.

此外,我还找到了 npm package that supports the Cloud Datastore emulator 。它看起来有点过时,但有一些关于如何使用 NodeJS 连接到它的信息,这些信息可能很有用。

关于node.js - AppEngine Standard 和 NodeJS 的本地开发服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51667246/

相关文章:

node.js - 在expect().toBe()上应用toBeA()方法时,它会给出一个错误,无法读取未定义的属性

javascript - "TypeError: jsdom.jsdom is not a function"与 npm paper 模块中的 paper-node.js

mysql - 允许 App Engine 标准环境连接到 Compute Engine Mysql

google-app-engine - 无法编制索引的数据存储 BLOB

python - 不支持索引?

node.js - 将流写入缓冲区对象

node.js - 将:ing file from electron main. js发布到Web服务器

java - 在 GAE 的本地环境中发送电子邮件

node.js - Node.js 和 Google Cloud 数据存储入门教程中出现 token 错误

google-app-engine - Objectify 库可以在 GAE 之外使用吗?