Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

megoth/graphitejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#graphitejs

A framework in JavaScript (JS) whose ultimate goal is to sport an intuitive and easy-to-use API for JS-developers, so that it can function as an introductory tool to Semantic Web (SW). The framework should work both clientside and serverside (w/node.js).

This work is part of the master thesis of Arne Hassel (wiki), which is a work in progress.

The framework is still in its early development, and there's much left. But for now it runs ~1750 assertions done by ~450 tests in ~40 test cases. Hopefully there will come a demonstrating application in the next 4 or 5 weeks (written May 9th).

For now the framework supports:

Notes:

  1. Supported by rdfquery
  2. Supported by JS RDF Store

The framework is built using the TDD-approach, which is enabled by buster.js. The tests runs in both browsers and with node.js.

Running the tests

In order to run the tests, you need to have Buster.JS installed (I'm running it on node@0.7.3-pre). The framework is constructed for client-use (browser), so you need to run "buster server". In addition, since many tests depend on a static file server being run, you need to run the static file server ("node static.js"). There's also a test requiring the proxy server, so run that as well ("node proxy.js"). Now, since it's a hassle to start all this services in order to run your tests, I've added server.js, which starts all services. So, to conclude, simply run "node server.js", capture the browser and start testing.

About

A framework in JavaScript (JS) that enables JS-developers to work with Semantic Web (SW)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published