PSGI (Perl Web Server Gateway Interface) is an interface between web servers and Perl-based web applications and frameworks that allows writing portable applications that can be run as standalone servers or using CGI, FastCGI, mod_perl, etc. It is inspired by Python's WSGI (Web Server Gateway Interface), Ruby's Rack and JSGI for JavaScript.