[DOC] extras: update readme and server.py doc

This commit is contained in:
Géry Debongnie
2019-05-03 16:38:24 +02:00
parent ff2393f5df
commit 7c8fc323e1
2 changed files with 22 additions and 3 deletions
+16 -1
View File
@@ -3,4 +3,19 @@
To help work/improve/learn with OWL, we have here:
- a benchmarks application
- a playground application
- a playground application
Both of them can be accessed by using a static http server. A simple python
server is available in `server.py`. There is also a npm script to start it:
`npm run extras`.
## Benchmarks
The benchmarks application is a very small application, implemented in different
frameworks, and in different versions of Owl. This is a simple internal tool,
useful to compare various performance metrics on some tasks.
## Playground
The playground is an important application designed to help learning and
experimenting with Owl. It is available [online](https://odoo.github.io/owl/playground/).