Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.42 KB

README.rst

File metadata and controls

54 lines (40 loc) · 1.42 KB

Watson-Framework

It's elementary my dear Watson

Watson is an easy to use framework designed to get out of your way and let you code your application rather than wrangle with the framework.

For full documentation please see Read The Docs.

Build Status

Build Status Coverage Status Version

Installation

pip install watson-framework

Dependencies

  • watson-cache
  • watson-common
  • watson-console
  • watson-di
  • watson-dev
  • watson-events
  • watson-filter
  • watson-form
  • watson-html
  • watson-http
  • watson-routing
  • watson-validators

Benchmarks

Using falcon-bench, Watson received the following requests per second (Django and Flask supplied for comparative purposes).

  1. watson.........11,920 req/sec or 83.89 ms/req (3x)
  2. django..........7,696 req/sec or 129.94 ms/req (2x)
  3. flask...........4,281 req/sec or 233.58 ms/req (1x)