Showing posts with label Web Application. Show all posts
Showing posts with label Web Application. Show all posts

Sunday, July 11, 2010

Cysphere : An integrated social networking server for smaller virtual communities

Cysphere is an integrated social networking server for smaller virtual communities. It provides a private mailbox, public and private discussion forums, and simple file sharing, and makes it as simple as possible for users to communicate over the Web in a secure way. It includes an embedded Web server and SQL database and requires no installation or maintenance.
  • Licenses : GPLv3
  • Operating Systems : Unix, Windows, Java Capable
  • Implementation : Java, AJAX, SQL, Jetty

Thursday, July 08, 2010

Calenco : A collaborative editing Web platform

Calenco is a collaborative editing Web platform. It allows remote teams of writers, translators, and designers to create multi-lingual content and publish it in various formats: PDF, HTML, etc. It is based on XML technology to store and transform content.
  • Licenses : AGPL
  • Operating Systems : Linux, Windows, Mac OS X, Java Capable
  • Implementation : Java, AJAX, Dojo, jcr, Restlet, rest api

Sunday, April 25, 2010

Guacamole : An implementation of VNC purely in HTML and JavaScript (AJAX)

Guacamole is an implementation of VNC purely in HTML and JavaScript (AJAX). The current version is almost as responsive as a native VNC client, has full keyboard and mouse support, and should work in any browser supporting the HTML5 canvas tag.
  • Licenses : Affero GPLv3
  • Operating Systems : Cross Platform, OS Independent
  • Implementation : HTML5, AJAX, JavaScript, VNC, Java

Thursday, October 01, 2009

Jenner : A Web page templating system with a twist: it runs completely within a Web browser

Jenner is a Web page templating system with a twist: it runs completely within a Web browser. Templates are just normal Web pages with special syntax inside text nodes, attributes, or comments. Unlike other in-browser templating systems, Jenner does not require overloading of "class" attributes or invalid HTML; all Jenner templates are valid Web pages and the template expressions flow in a very natural way. Having the template engine in the Web browser instead of on the server takes a lot of load off of the server, and makes for a clean separation of presentation and content. Jenner is very powerful: it has the full power of the Esel expression language at its disposal. Templates can be rendered from JSON data, and can be re-rendered without a browser-to-server round trip.
  • Licenses : LGPL
  • Operating Systems : OS Indepedent
  • Implementation : HTML, JavaScript

Saturday, August 22, 2009

Jenner : A Web page templating system with a twist: it runs completely within a Web browser

Jenner is a Web page templating system with a twist: it runs completely within a Web browser. Templates are just normal Web pages with special syntax inside text nodes, attributes, or comments. Unlike other in-browser templating systems, Jenner does not require overloading of "class" attributes or invalid HTML; all Jenner templates are valid Web pages and the template expressions flow in a very natural way. Having the template engine in the Web browser instead of on the server takes a lot of load off of the server, and makes for a clean separation of presentation and content. Jenner is very powerful: it has the full power of the Esel expression language at its disposal. Templates can be rendered from JSON data, and can be re-rendered without a browser-to-server round trip.
  • Licenses : LGPL
  • Operating Systems : OS Indepedent
  • Implementation : HTML, JavaScript