6 lines
305 B
Text
6 lines
305 B
Text
|
PSGI specifies a standard interface between web servers and Perl
|
||
|
web applications or frameworks, to promote web application portability
|
||
|
and reduce the duplicated efforts by web application framework
|
||
|
developers It is a specification to decouple web server environments
|
||
|
from web application framework code.
|