Im writing a web application. Whats the benefit of PSGI for me?
If the framework you’re using supports PSGI, that means your application can run on any of existing and future PSGI implementations. You can provide a .psgi file that returns PSGI application, the end users of your application should be able to configure and run your application in a bunch of different ways.
Related Questions
- I am writing a website maintenance system (called a "content management system" by some), or some other application which generates web pages from templates. What license should I use for those templates?
- Describe the advantages of writing a managed code application instead of unmanaged one. What’s involved in certain piece of code being managed?
- How can a Web application benefit my tax department?