https://github.com/salilab/saliweb
Simple framework for web services in the Sali lab
https://github.com/salilab/saliweb
perl-cgi python web-framework
Last synced: 5 months ago
JSON representation
Simple framework for web services in the Sali lab
- Host: GitHub
- URL: https://github.com/salilab/saliweb
- Owner: salilab
- License: lgpl-2.1
- Created: 2015-02-17T23:42:27.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-11-12T18:36:21.000Z (7 months ago)
- Last Synced: 2025-11-12T20:27:24.144Z (7 months ago)
- Topics: perl-cgi, python, web-framework
- Language: Python
- Homepage: https://salilab.org/saliweb/
- Size: 1.71 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://salilab.org/saliweb/)
[](https://github.com/salilab/saliweb/actions?query=workflow%3Abuild)
[](https://codecov.io/gh/salilab/saliweb)
[](https://scan.coverity.com/projects/salilab-saliweb)
[](https://codeclimate.com/github/salilab/saliweb)
This framework provides a simple set of classes and modules to simplify
the process of deploying, in the Sali lab, a web service (a web-based front
end to jobs that run on the lab cluster). It is designed specifically for
the Sali lab environment, but can probably be adapted to run elsewhere
if desired.
See [the documentation](https://salilab.org/saliweb/) for more information
on using this framework.
For users in the Sali lab, the framework is already set up - nothing further
needs to be done. To use outside of the lab, see
the relevant [section in the documentation](https://salilab.org/saliweb/installation.html#outside-of-the-sali-lab).