Skip to content

Commit

Permalink
feat: add Tornado Middleware (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
siuhui authored May 11, 2024
1 parent 612521b commit e8b013c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tableData/MiddlewareData/MiddlewarePythonData.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ export const MiddlewarePythonData = [
"The most widely deployed open source cloud software in the world, via plugin: [openstack-patron](https://github.com/casbin/openstack-patron)",
image: "/img/ecosystem/openstack.png",
},
{
title: "[Tornado](https://www.tornadoweb.org/)",
description:
"Tornado is a Python web framework and asynchronous networking library, via plugin: [tornado-authz](https://github.com/pycasbin/tornado-authz)",
image: "/img/ecosystem/tornado.png",
},
].map((item) => {
return {
...item,
Expand Down
Binary file added static/img/ecosystem/tornado.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8b013c

Please sign in to comment.