Giter Site home page Giter Site logo

Comments (3)

andersonba avatar andersonba commented on May 24, 2024 1

@yasinAtlibra Did you check the web example?
You can define the rules using javascript or converting a yaml string (js-yaml), no need server.
If you want to save the user's answers in a database, you can just call the API using the bot events, like end or storeChanged.

new YveBot(rules)
  .on('end', (data) => {
    $.post('url', { data });
  })
  ...

But if you want to load the chat rules in server and keep the control of rules/sessions, step by step, like

User opens chat
  Client asks server for rule
    Server replies a rule
      Client answers
        Server receives and replies the next rule
          ... 

I recommend you to use socket.io because the chat conversation is async, you will need to implement sequential ajax requests to simulate the same behavior.

Which kind you're talking about?

from yve-bot.

andersonba avatar andersonba commented on May 24, 2024

Sure! I will do it 👍

from yve-bot.

yasinAtlibra avatar yasinAtlibra commented on May 24, 2024

Thanks for your answer, I been able to run the bot, but did not use rest point. Just followed your example 👍

from yve-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.