Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个具有多个字段的表单的移动应用程序。
我想知道是否可以创建一个 JSON 对象,将其序列化并通过网络发送并将其保存在服务器上。
这样做的机制是什么?
有没有其他/更好的选择。我不想使用数据库。
谢谢拉杰什
看看 MongoDB,它是为你量身定做的。它以二进制格式将 JSON 存储/检索到磁盘。此外,它不是关系数据库,而是NOSQL,其中数据保存为 JSON文档集合而不是表格。没有安装过程,您只需下载一些二进制文件,将它们复制到您的服务器,然后就可以了。此外,MongoDB 驱动程序有多种语言版本。
http://www.mongodb.org/