Youwang Deng

I'm a software developer, familiar with C#, Java, JavaScript, focus on full stack development.

Aureus - lightweight web framework

September 2018 » Python WSGI MVC HTTP
Aureus - lightweight web framework

Aureus - lightweight web framework

  • Utilized Werkzeug to manipulate the request and response object
  • Designed the MVC architectural pattern with View and Controller modules
  • Constructed Session module for HTTP communication, built template engine for data processing
  • Packaged the database operations with PyMySQL, distributed the web framework on PyPi
  • Skills: Python, WSGI, HTTP, MVC, PyMySQL