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
- Host: GitHub
- URL: https://github.com/nilqed/clips_jaxmate
- Owner: nilqed
- License: mit
- Created: 2021-04-21T16:52:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T16:42:37.000Z (over 4 years ago)
- Last Synced: 2025-07-01T16:11:06.259Z (3 months ago)
- Topics: clips, clipsrules, expert-system
- Language: HTML
- Homepage: https://nilqed.github.io/clips_jaxmate
- Size: 23.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 installRequired:
* [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