An open API service indexing awesome lists of open source software.

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.

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!