NyaliaLui / PAL

Your personal analyzer for the sc2 ladder.
GNU General Public License v3.0
0 stars 0 forks source link

Convert frontend to node-express-handlebars #11

Closed NyaliaLui closed 4 years ago

NyaliaLui commented 4 years ago

We got the prototype setup with flaskapp but I would rather use node-express-handlebars because it'll be easier to handle login with JS. Plus, mongo is initially designed for JS not python and we're started to see some limitations with PyMongo such as converting PyMongo.Cursor to dict requires Mongo Docs to be loaded into memory first.

NyaliaLui commented 4 years ago

completed