Sistem Telekomunikasi    
   
Daftar Isi
(Sebelumnya) Comparison of scorewritersComparison of social networkin ... (Berikutnya)

Perbandingan -- 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 nameJavaScript engineServer platform(s)Comments
10genRhino10gen application serverUses Rhino parser; compiles JavaScript to Java
AlfrescoRhinoAny Java servlet container and standalone.Has JavaScript API that allows webscripts to create, access, delete, and manipulate data in the main Alfresco repository
Apache SlingRhinoAny Java servlet container and standaloneGeneric 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
APESpiderMonkeyStandalone HTTPUsed to write custom server modules (manage message queue, users, channels, sockets, HTTP, ...). [2]
AppJetRhino (modified) Also provides hosting in a virtual machine
Aptana JaxerSpiderMonkeyApache HTTP ServerA 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.
ASPJScriptIIS
CouchDBSpiderMonkeyStandalone HTTPUsed in MapReduce and update validation functions as well as to transform JSON documents and view results into HTML or other content-types.
Eclipse e4RhinoEquinox 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.
EditMeRhinoHosted (Tomcat)Wiki with embedded JavaScript engine and API for application development within the wiki
GLUEscript SpiderMonkeyApache HTTP Server, FastCGI and stand-aloneGlueing Libraries Using Ecmascript (GLUE) ports sqlite, mysql, memcached, wxWidgets, POCO, ... to JavaScript. GLUEscript is the successor of wxJavaScript.[1]
Google Apps ScriptRhino (com.google.apps.maestro.rhino)Google AppEngineImplement 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.
GromJSSpiderMonkeyBaukGromJS is a Server Side JavaScript (SSJS) interpreter which provides the ability to use an enhanced version of the JavaScript language on a web server with similar functionality to PHP, CGI, ASP, mod_perl or any other server side scripting solution.[2]
HelmaRhinoJetty HTTP ServerComplete package with web server and framework.
JSSPRhinoAny Java servlet containerContains a modified Rhino version for embedded SQL support
MynaJSRhinoAny Java servlet container 
NarwhalRhino, SpiderMonkey, V8[3]Standalone 
Node.js V8StandaloneJavaScript asynchronous, event-based I/O. Influenced by systems like Ruby's Event Machine, Perl's POE or Python's Twisted. Plenty of modules available.
OperaFutharkOpera UniteJavaScript 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.
SilkJSV8StandaloneJavaScript Synchronous, CommonJS, JST (JSP-like template)/Markdown templating, easily extended with C++/Javascript Linux/OSX compatible. Pre-fork Http Server, Modules: MySQL, ORM, memcached, redis, SQLite3, Oracle, ncurses, GD2, cURL, SSH, FTP/SFTP, GitHub, builtin - LESS compiler and CoffeeScript compiler.

"SilkJS enables JavaScript as a scripting language in the server environment. You can think of SilkJS as a command shell, along the lines of Perl or PHP, except the language you write in is JavaScript."[4]

TeaJSV8StandaloneFormerly known as v8cgi.
WakandaDBWebKit JavaScriptCoreStandaloneJavaScript Synchronous multi-threaded web server and no-sql database, supporting the CommonJS module specification, written in C++.

Other common server-side programming languages are JavaServer Pages (JSP), Active Server Pages (ASP), Perl, PHP, Python, Ruby, ColdFusion, and others.

See also

References

  1. ^ GLUEscript, By Franky Braem
  2. ^ GromJS, By Mark Constable
  3. ^ [1]
  4. ^ SilkJS, By Michael Schwartz

External links

(Sebelumnya) Comparison of scorewritersComparison of social networkin ... (Berikutnya)