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

https://github.com/hritik5102/chatbot-using-socket.io

Simple Chatbot application
https://github.com/hritik5102/chatbot-using-socket.io

Last synced: 6 months ago
JSON representation

Simple Chatbot application

Awesome Lists containing this project

README

          

# Chatbot-using-Socket.io
Simple Chatbot application

## Requirement:

1) npm init
2) npm install express --save (save to dependancy)
3) npm instal nodemon --save-dev (save to dev dependancy , same as hot reloading)
4) nodemon index (run the server at perticular port)
5) npm install socket.io

## Result