ViPig / cuckoo

0 stars 2 forks source link

Real-time website #11

Closed osh2ep closed 7 years ago

osh2ep commented 7 years ago

Description

We need to build a real-time web application for task management and report.

Basically, Cuckoo uses 2 different databases:

The problem is that our web framework (Meteor) only support real-time for MongoDB.

Solution

Mitigate few of important task managements information to MongoDB, such as status of tasks (PENDING, COMPLETED, REPORTED).