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
- Host: GitHub
- URL: https://github.com/hritik5102/chatbot-using-socket.io
- Owner: hritik5102
- Created: 2020-02-23T16:54:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T20:46:00.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T03:41:27.569Z (8 months ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()