JSGI
![]() | This article needs additional citations for verification. (June 2013) ) |
JSGI, or JavaScript Gateway Interface, is an
PSGI for Perl
.
Jack at the Wayback Machine (archived December 17, 2014) is a reference implementation of JSGI.
It has been included in and further developed by the CommonJS project.[1]
JSGI packages
All these packages are for
Node.JS
.
Low level
- Q-IO: Promise-based I/O, includes JSGI based HTTP server and client
- jsgi-node: Low level JSGI interface for Node.JS
Framework
These frameworks allow using
promises with Q:[2]
The names are inspired by Sinatra.
References
- ^ "CommonJS Web server to application interface Spec".
- ^ "Q promise framework". Archived from the original on 2016-03-26. Retrieved 2013-05-22.
External links
- JSGI 0.3 specification
- JSGI 0.2 specification at the Wayback Machine (archived November 4, 2014)
- jack on GitHub