CLIPS node server + JaxMaTe client (:warning: :construction:)
What is CLIPS?
Using a variant of JaxMaTe tailored to CLIPS/COOL.
Required:
- node.js (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
)
❗ Tested with Firefox