Stack of technologies used for my next project
Backend:
Python + MySQL + Redis
Tornado - cool async framework
SQLAlchemy - can’t work async with Tornado framework, this is sad, but we plan to make all queries very light and fast, if we i will find that any query take more then 10ms, we will try to speedup it
Alembic - we need support migrations for our DB
WTForms - allow simply create schemas for validate input data
WTForms-json - we will use JSON for communicate with client
Client:
JavaScript (TypeScript?)
Twitter Bootstrap - for quick prototyping
Angular - maybe try Angular2.0, but it required TypeScript, i like native JavaScript..
More detailed info, how all modules will be used in one project in next post. Stay tuned















