/chatbot

Chat example with socket.io

Primary LanguageJavaScriptMIT LicenseMIT

Chatbot

This app is just socket.io extended tutorial , it has a chat for users and a chatbot mode where you can just talk to a bot with very simple answers.

To run the project:

  • Git and node.js must be installed

  • Run in command line:

      git clone git@github.com:fmiras/chatbot.git
      cd chatbot
      npm install
      npm start
    
  • Go to http://localhost:3000/

To test the project:

    npm test