Skip to content

Commit

Permalink
add summary at the top from wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
tantek committed Dec 5, 2017
1 parent f780aba commit 344b749
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
cassis.js
=========

<img src="http://tantek.pbworks.com/f/1297010926/cassis128.png" alt="" align="left" /> CASSIS stands for: client and server scripting implementation subset.

Conceived in late 2008(1), 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.

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.

For more see:
http://cassisjs.org

Including CASSIS
Expand Down

0 comments on commit 344b749

Please sign in to comment.