Equivalence of Rails console for Node.js

后端 未结 5 527
梦如初夏
梦如初夏 2021-02-03 18:26

I am trying out Node.js Express framework, and looking for plugin that allows me to interact with my models via console, similar to Rails console. Is there such a thing in NodeJ

5条回答
  •  自闭症患者
    2021-02-03 19:12

    This may not fully answer your question, but to clarify, node.js is much lower-level than Rails, and as such doesn't prescribe tools and data models like Rails. It's more of a platform than a framework.

    If you are looking for a more Rails-like experience, you may want to look at a more 'full-featured' framework built on top of node.js, such as Meteor, etc.

提交回复
热议问题