English 中文(简体)
我的后端应该是什么?
原标题:What should be my backend?
  • 时间:2010-02-23 04:00:17
  •  标签:
  • backend

我正在考虑一个副业项目,创建一个基于网络的笔记管理器。因此,主要数据将是几行字符,我需要一个持久的后端来支持。

我困惑是否还有除数据库以外的轻量级方法?

提前感谢。

最佳回答

nodejs.org和一非ql数据储存,如mongodb。

因为nodejs.org是用你可能已经了解的JavaScript编写的,它非常快速并支持快速的nosql存储mongodb。

此外,服务端JavaScript是未来的趋势。

问题回答

我推荐使用SQLite。

http://www.sqlite.org/ (Note: This is already in English and does not need to be translated.)

较之整个非银系统更容易实施,应超出你们的要求......

您可以使用带有目录的纯文本文件来给您提供简单的结构,和/或者使用XML文件来增加结构。但要注意文件锁定。





相关问题
Connecting Actionscript 3.0 with a C++ backend?

I am curious to know if there is a way of connecting a flash front-end to a C++ driven backend? I m not currently working on a project that involves this, but I found out about an application used in ...

Django - update a model won t delete the old FileField

I am implementing an application with django, which has a model with a FileField: class Slideshow(models.Model): name = models.CharField(max_length=30,unique=True) thumbnail = models....

MS Access 2003 - Really simple query

If I try to duplicate an access file (this file is split into mdb and be mdb, and also has mde files), by importing everything into a brand new access application, why won t the table links work? ...

Building a website backend in c#, compiled to a binary

I am creating a novel website that integrates web feeds from around the internet. I want to build a backend that does CPU intensive analysis of the web data on a regular basis, which will eventually ...

Need a cool hotkey for my hidden website-login

I am developing a CMS. One of the greatest everyday annoyances when working with it is that when you are on a front-end page, not logged in, and want to make a change, you need to go to the back-end ...

热门标签