An open API service indexing awesome lists of open source software.

https://github.com/nilqed/clips_jaxmate

CLIPS node server + JaxMaTe client
https://github.com/nilqed/clips_jaxmate

clips clipsrules expert-system

Last synced: 23 days ago
JSON representation

CLIPS node server + JaxMaTe client

Awesome Lists containing this project

README

          

# clips_jaxmate
CLIPS node server + JaxMaTe client (:warning: :construction:)

What is [CLIPS](https://en.wikipedia.org/wiki/CLIPS)?

Using a variant of [JaxMaTe](https://github.com/nilqed/jaxMaTe) tailored to CLIPS/COOL.
## Quick install

Required:

* [node.js](https://nodejs.org/en/) (e.g. `sudo apt install nodejs`)
* [clips] (http://www.clipsrules.net/index.html)

Get the repo:

git clone https://github.com/nilqed/clips_jaxmate.git

Start:

* `cd clips_jaxmate`
* `node pure_server.js`
* open http://localhost:3010, (e.g. `firefox localhost:3010`)

:heavy_exclamation_mark: Tested with Firefox