2017 © Pedro Peláez
 

library cassis

image

tantek/cassis

  • Sunday, July 22, 2018
  • by barnabywalters
  • Repository
  • 6 Watchers
  • 104 Stars
  • 347 Installations
  • JavaScript
  • 3 Dependents
  • 0 Suggesters
  • 14 Forks
  • 13 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

cassis.js

CASSIS stands for: client and server scripting implementation subset., (*1)

Conceived in late 2008, the goal of the CASSIS Project is universal javascript (JS) that works on the client and the server for scalable application logic. The primary use-case is writing code to implement application logic that runs in browsers, especially dynamic interfaces that make use of XMLHTTPRequest (XHR/AJAX/AHAH), and also runs on web servers., (*2)

Until typical hosting companies support running JS on the server, CASSIS code must run in at least two programming language environments, JS on the client, and something that can be made to resemble JS on typical hosting company servers, which turns out to be PHP., (*3)

For more background see: http://cassisjs.org, (*4)

Including CASSIS

Use the following code to include cassis.js locally from your server:, (*5)

Clientside in HTML:, (*6)

<script type="text/javascript" src="cassis.js"></script>

Serverside in PHP:, (*7)

include 'cassis.php';

In PHP using Composer:, (*8)

  "require": {
    "tantek/cassis": "0.1.*"
  },
require_once 'vendor/autoload.php';

Tests

To run the PHP tests:, (*9)

$ phpunit.phar

To run the JS tests:, (*10)

$ npm test

Experimental live

Experimental CASSIS improvements and additions are tested live here: * https://tantek.com/cassis.js, (*11)

If you're curious or want to try a version potentially newer than the cassis.js published here., (*12)

The Versions

22/07 2018

dev-master

9999999-dev

  Sources   Download

04/04 2016

v0.2.16895

0.2.16895.0

  Sources   Download

18/02 2014

v0.1.16124

0.1.16124.0

  Sources   Download

09/07 2013

v0.1.15895

0.1.15895.0

  Sources   Download

30/06 2013

v0.1.15886.2

0.1.15886.2

  Sources   Download

30/06 2013

v0.1.15886

0.1.15886.0

  Sources   Download