nodejs+bootstrap+redis+mongodb
bootstrap主要是CSS redis存monitor的信息,如login users, submitted users, 还有最终的分数排名 通过检查submitted users里的信息来确保每个人只提交一次 mongodb存所有问题,分数 session暂时在memory中,后面改到cookie里
另外express3里的local message也很好用,不比req.flash差
nodejs+bootstrap+redis+mongodb
bootstrap主要是CSS redis存monitor的信息,如login users, submitted users, 还有最终的分数排名 通过检查submitted users里的信息来确保每个人只提交一次 mongodb存所有问题,分数 session暂时在memory中,后面改到cookie里
另外express3里的local message也很好用,不比req.flash差