An open API service indexing awesome lists of open source software.

https://github.com/tutv/nedb

This repo to compare the speed of NeDB vs MySQL
https://github.com/tutv/nedb

Last synced: about 1 year ago
JSON representation

This repo to compare the speed of NeDB vs MySQL

Awesome Lists containing this project

README

          

# NeDB
Kiểm tra hiệu năng giữa NeDB và MySQL

1. Cách cài đặt

a. Clone project:

`git clone https://github.com/tutv95/NeDB`

b. Trỏ tới thư mục chứa project rồi cài đặt các package cần thiết cho project:

`npm install`

c. Run

- Để test: `node index.js`

- Để chạy ứng dụng Todos list: `node todos.js`