https://github.com/luispagarcia/bot-aiml-mongodb
Basic bot using, socket.io, aiml, mongodb and express.
https://github.com/luispagarcia/bot-aiml-mongodb
aiml bot express mongodb nodejs
Last synced: 3 months ago
JSON representation
Basic bot using, socket.io, aiml, mongodb and express.
- Host: GitHub
- URL: https://github.com/luispagarcia/bot-aiml-mongodb
- Owner: LuisPaGarcia
- Created: 2017-08-05T09:53:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T10:01:44.000Z (almost 9 years ago)
- Last Synced: 2025-07-07T19:50:37.785Z (12 months ago)
- Topics: aiml, bot, express, mongodb, nodejs
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bot-aiml-mongodb
Basic bot using, socket.io, aiml, mongodb and express.
### Installation
```sh
$ git clone https://github.com/LuisPaGarcia/bot-aiml-mongodb.git
$ cd botaimlmongodb
$ npm i
$ node server
```
You will see:
```sh
listening on *:8080
```
And that's it!