Comparison of server-side JavaScript solutions

Comparison of server-side JavaScript solutions

This is a list of Server-side JavaScript solutions.

Contents

Server-side JavaScript use

Examples of current uses of JavaScript on the server side
Project/product name JavaScript Engine Server Platform(s) Comments Website
10gen Rhino 10gen application server Uses the Rhino parser. Compiles JavaScript to Java. [1]
Acre Rhino Jetty HTTP Server Integrated with Freebase to power Freebaseapps.com, a collaborative hosting environment. [2]
Akshell V8 Hosted and standalone Includes a browser based IDE with git support and a set of core libraries. [3]
Alfresco Rhino Any Java servlet container and standalone. Alfresco features a JavaScript API that allows webscripts to create / access / delete and manipulate data in the main Alfresco repository. [4]
Apache Sling Rhino Any Java servlet container and standalone. Sling is a generic Java web application framework that allows to use any script language via the standard Java Script Engine interface. Sling is RESTful by design and sits on top of a Java Content Repository, giving scripts full access to the JCR. [5]
APE SpiderMonkey Standalone HTTP Used to write custom server modules (manage message queue, users, channels, sockets, HTTP, ...). [6] [7]
AppengineJS Rhino Google App Engine AppengineJS is a port of the Google Appengine Python SDK to JavaScript. [8]
AppJet Rhino(modified) Also provides hosting in a virtual machine
Aptana Jaxer Mozilla + SpiderMonkey Apache HTTP Server A community open source Ajax-server based on the Mozilla browser (DOM + JavaScript engine). HTML, JavaScript, and CSS are native to Jaxer, as are XMLHttpRequests, JSON, DOM scripting, etc. It offers access to databases, files, and networking, as well as logging, process management, scalability, security, integration APIs, and extensibility. Not developed anymore by Aptana. [9]
ASP JScript IIS [10]
[11]
js.web
[12]
js.net
Axiom Stack Rhino Jetty HTTP Server Actively developed open source SSJS server. JSON, E4X, List Comprehensions. Complete access to Java APIs. Built-in security. Lucene data store by default with JDBC access to relational databases. [13]
Cocoon Flowscript Rhino Apache Cocoon [14]
CouchDB SpiderMonkey Standalone HTTP Used in MapReduce and update validation functions as well as to transform JSON documents and view results into HTML or other content-types.
DovetailDb Rhino Jetty HTTP Server DovetailDB is a schemaless, JSON-based database with an Apache license. You can use the hosted database or install your own. You can override the handlers to supplement with access control, use map/reduce, install JavaScript stored procedures to call from the client, and more. [15]
Eclipse e4 Rhino Equinox OSGi, bundled with Jetty, any servlet container (using the servlet bridge) Extensions can be written in JavaScript, not just Java, especially servlets using the OSGi HTTP Service. Frontends can be developed with Eclipse RAP using the SWT and JFace APIs, or any other UI framework. Focus is on modularity (plug-ins), extensibility, scalability. [16]
EditMe Rhino Hosted (Tomcat) Wiki with embedded JavaScript engine and API for application development within the wiki [17]
Ejscript Ejscript Appweb HTTP Server, Apache HTTP Server Enhanced ECMA-262 Language and (Ruby on Rails like) web framework including Model/View/Controller paradigm, SQLite database connectivity, Ajax libraries and a suite of view controls. Includes command line generators and tools. [18]
[19]
Erbix Rhino Hosted (Tomcat) Browser-based application development and hosting environment for JavaScript applications; supports the CommonJS API. [20]
ESXX Rhino FastCGI, stand-alone HTTP, any Java servlet container, Google App Engine Focus is on ease of use, web security and XML/XSLT (via Saxon). Has SQL, LDAP, HTTP/REST, SOAP and Java support. Can also execute JavaScript scripts from the command line. [21]
firecat Rhino since RC1, was using FESI firecat HTTP Server Server-side JavaScript Webserver. PHP-style scripting. Provides a unique template engine. Supports SSL since RC1. Rudimentary Windows OS support. [22]
GLUEscript SpiderMonkey Apache HTTP Server, FastCGI and stand-alone Glueing Libraries Using Ecmascript (GLUE) ports sqlite, mysql, memcached, wxWidgets, POCO, ... to JavaScript. GLUEscript is the successor of wxJavaScript [23] [24] [25]
Google Apps Script Implement Enterprise Workflows with Apps Script. Google Apps Script can be embedded in Google Sites giving your Google Site a backend. In addition, you can automate simple tasks across Google Products. Google Apps Script also allows interaction with non Google APIs and JDBC calls to databases. [26]
GromJS SpiderMonkey Bauk, FastCGI and stand-alone using gromjscli GromJS is a server-side JavaScript interpreter and includes support for files (open, read, write, lock, seek, truncate, etc.), MySQL, PostgreSQL and SQLite databases, session variables, hash arrays, pipes, HTTP file-upload, cookies and more. [27]
Helma Rhino Jetty HTTP Server Complete package with web server and framework. [28]
im-jssp Rhino Resin and any other Java servlet container. "im-jssp" is a template engine that used server side JavaScript and HTML.
And "im-jssp" has custom tag "jsspRpc" that is Server Side JavaScript can be called from client side JavaScript seamlessly.
[29] (Japanese)
Jack Multiple Multiple A JavaScript engine and server-agnostic interface, much like Rack for Ruby and WSGI for Python. [30]
JavaLikeScript SpiderMonkey Stand-alone Jls is a JavaScript extensible tooling framework. Jls comes in two parts: a base set of JavaScript objects and a native JavaScript engine. [31]
jsext SpiderMonkey Apache HTTP Server, lighttpd and stand-alone Has modules for fastCGI, CGI, MySQL, SQLite, FTP, SMTP, HTTP, Ajax, JSON, SOAP, WSDL and more. Automatic inclusion of C libraries. [32]
jslibs SpiderMonkey FastCGI and stand-alone (TCP) Native libraries bindings: NSPR, SQLite, FastCGI, libTomCrypt, librsvg, libpng, libjpeg, FreeType, libffi, libiconv, ... [33]
JSSP Rhino Any Java servlet container. Contains a modified Rhino version for embedded SQL support [34]
Juice Flusspferd (SpiderMonkey) Stand-alone Built around the CommonJS specs. [35]
Junction Rhino Apache HTTP Server Ruby on Rails port to JavaScript [36]
jsdb SpiderMonkey Stand-alone [37] [38]
Livelink WCM Presentation Server SpiderMonkey Apache HTTP Server, IIS and Sun Java System Web Server A commercial content management system used in a number of European public-sector and financial organizations. It uses SSJS for dynamic features and to customize the behavior of built-in objects. Though still developed and supported for existing users, this SSJS product is no longer available for sale to new customers.[1]
mod js SpiderMonkey Apache HTTP Server mod_js is a stand-alone module for Apache that is able to execute JavaScript on the server. Now discontinued. [39]
Myna JavaScript Application Server Rhino Any Java servlet container, packaged with winstone Myna is a general purpose, 100% open source, web platform modeled after Cold Fusion with centralized datasources, Web-based Administration, runtime object-relational mapping (ORM), templating, LDAP access, strong cryptography, SOAP and XML-RPC publishing and more. [40]
Narwhal Rhino, JavaScriptCore, XULRunner, V8, others Multiple An implementation of the CommonJS standard for multiple JavaScript interpreters. [41]
Node.js V8 Standalone JavaScript asynchronous, event-based I/O. Influenced by systems like Ruby's Event Machine or Python's Twisted. Plenty of modules available. [42]
NOTEX SpiderMonkey CGI/FastCGI script on any web server NOTEX is a CGI script to run JavaScript files hosted anywhere on the network to process XML data with E4X [43]
OpenMocha Helma Stand-alone [44]
Opera Futhark Opera Unite JavaScript is the server-side language used to develop services for the Opera Unite feature of the Opera browser. This is a server built in to the browser. The JavaScript API includes local file access to a virtual sandboxed file-system and persistent storage via persistent global variables. [45]
Persevere Rhino Jetty HTTP Server JSON database integrated with JavaScript environment with a HTTP/REST, JSON-RPC, and Comet interfaces. [46]
Phobos Rhino Glassfish and any other Java servlet container.
POW SpiderMonkey Mozilla Firefox A Mozilla Firefox Extension which adds a server to your browser. Templates can use SSJS. [47]
PyV8 V8 Standalone Python Wrapper for the Google V8 JavaScript engine which could be used in the web framework or script [48]
Rhino in Spring Rhino Spring [49]
Rhinola Rhino Apache HTTP Server Uses gcj [50]
RingoJS Rhino Jetty HTTP Server CommonJS-compliant JavaScript platform formerly known as Helma NG. [51]
Server Side Execution (SSX) Rhino Devwex JSP/ASP-like scripting; supports threads, object (de)serialization, access to local and remote filesystems, database connection via jdbc; released under the GPL2 license [52]
Server Side JavaScript Rhino Jetty 6 For writing servlets. [53]
SSJS SpiderMonkey Synchronet BBS Integrated HTTP Server Current developer trunk (3.15a) supports E4X [54]
Torino Rhino Tomcat and any other Java servlet container. Server-side JavaScript environment for developing web applications. Provides a rich server-side programming environment using Java APIs. Released under the GPL3 license. [55]
v8cgi V8 Apache, CGI, FCGI and stand-alone Libraries for GD, HTTP, MySQL, sessions, sockets and templating. [56]
Wakanda SquirrelFish Extreme (WebKit) Standalone Full stack to create web applications: Server, client framework and development environment [57]
Webpop Rhino Cloud Hosted CMS with a built in server-side JavaScript extension engine. Server-side JavaScript code can be used to create new tags and filters, hook into the routing system and extend the CMS functionality. [58]
Whitebeam SpiderMonkey Apache HTTP Server Server-side JavaScript environment for developing web applications. Includes integration with graphics libraries and the PostgreSQL database. Actively developed and in use supporting commercial sites. Released under the BSD license. Latest release supports E4X. [59]
wxJavaScript SpiderMonkey Apache HTTP Server and stand-alone With E4X and wxWidgets ported classes. GLUEscript is the successor of wxJavaScript [60]
Xpages IBM JS Lotus Domino Server Compiles JavaScript to Java, which then runs in a Domino context [61]

Other common server-side programming languages are JSP, ASP, Perl, PHP, Python, Ruby and ColdFusion amongst others.

See also

External links

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Comparison of wiki software — The following tables compare general and technical information for a number of wiki software packages. Contents 1 General information 2 Target audience 3 Features 1 4 Features 2 …   Wikipedia

  • Comparison of geographic information systems software — This is a comparison of notable GIS software. To be included on this list, the software must either have a linked existing article or include references to independent sources verifying notability. Contents 1 License, source, operating system… …   Wikipedia

  • Comparison of email clients — The following tables compare general and technical features of a number of e mail client programs. Please see the individual products articles for further information. This article is not all inclusive or necessarily up to date. Contents 1… …   Wikipedia

  • JavaScript — Не следует путать с Java. JavaScript Класс языка: мультипарадигменный …   Википедия

  • Microsoft SharePoint — 2010 Microsoft SharePoint 2010 Web interface Develope …   Wikipedia

  • Opera (web browser) — Opera Opera 11.51 displaying Wikipedia on Windows 7. Developer(s …   Wikipedia

  • Microsoft Visual Studio — Visual Studio 2010 SP1 editing a WPF application Developer(s) …   Wikipedia

  • IBM Lotus Notes — Lotus Notes IBM Lotus Notes 8 default home screen Developer(s) IBM …   Wikipedia

  • MediaWiki — namespace redirects here. For help regarding the MediaWiki namespace on Wikipedia, see Help:MediaWiki namespace. For general information about Wikipedia namespaces, see Wikipedia:Namespace. Talk page and MediaWiki talk page redirect here. For… …   Wikipedia

  • JScript — Appeared in 1996 Developer Microsoft Stable release 9.0 (March 2011) Typing discipline dynamic, weak, duck Major implementations W …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”