noxdafox / clipspy

Python CFFI bindings for the 'C' Language Integrated Production System CLIPS
BSD 3-Clause "New" or "Revised" License
177 stars 32 forks source link

Has anyone tried to make a web frontend? #51

Closed dogweather closed 2 years ago

dogweather commented 2 years ago

I'm brainstorming about running clipspy in Flask with a stateless endpoint. E.g., the web client's asserted facts would be re-sent with every GET request. The endpoint would create a new environment for the request, and terminate it when done. The reason would be to scale well for the web.

Being able to make CLIPS web apps would be pretty powerful.

noxdafox commented 2 years ago

GitHub issues are for bug reports and feature requests not for questions and guidance.

For those, there is the related stackoverflow tag and the CLIPS mailing list.

A quick search through the projects using pyclips would have provided few examples of what you are talking about: