Misplaced Pages

JSGI

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Interface between web servers and JavaScript-based web applications
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "JSGI" – news · newspapers · books · scholar · JSTOR (June 2013) (Learn how and when to remove this message)

JSGI, or JavaScript Gateway Interface, is an interface between web servers and JavaScript-based web applications and frameworks. It was inspired by the Rack for Ruby and WSGI for Python and was one of the inspirations of 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.

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:

The names are inspired by Sinatra.

References

  1. "CommonJS Web server to application interface Spec".
  2. "Q promise framework". Archived from the original on 2016-03-26. Retrieved 2013-05-22.

External links

Web interfaces
Server-side
Protocols
Server APIs
Apache modules
Topics
Client-side
Browser APIs
Web APIs
WHATWG
W3C
Khronos
Others
Topics
Related topics
ECMAScript
Dialects
Engines
(comparison)
Frameworks
Client-side
Server-side
Multiple
  • Cappuccino
Libraries
People
Other
Lists
JavaScript libraries
Ajax frameworks
Comparisons
JavaScript frameworks
server-side JavaScript
JavaScript
Code analysis
Supersets
Transpilers
Concepts
Debuggers
Doc generators
Editors (comparison)
Engines
Frameworks
Related technologies
Package managers
Module bundlers
Server-side
Unit testing frameworks (list)
People


Stub icon

This computer-programming-related article is a stub. You can help Misplaced Pages by expanding it.

Categories:
JSGI Add topic