rivescript-js and rivescript
The JavaScript interpreter for RiveScript is an ecosystem sibling to the RiveScript language itself, providing a specific implementation of the language for a particular environment.
About rivescript-js
aichaos/rivescript-js
A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots.
This is a JavaScript library for building AI chatbots. It takes RiveScript documents, which are plain text files defining conversational rules (like 'if the user says X, reply with Y'), and allows developers to load these rules to power a bot. The output is a conversational agent that can respond to user inputs based on the defined scripts. Developers creating web applications or Node.js services would use this to add chat functionality.
About rivescript
aichaos/rivescript
RiveScript is a scripting language for authoring chatbots.
RiveScript is a scripting language designed to help you build interactive chatbots. You write simple scripts detailing how your bot should respond to user input, and it outputs conversational replies. This is for anyone looking to create a rule-based virtual assistant or conversational agent.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work