Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.28 KB

nodejs-chat-site

This project clears my all concepts, how to add feedback and chat features to your website. you can clone this project and by downloading required modules and running app.js in terminal visit your localhost you will directed to index page and

by clicking on the feedback you can see the feedback form like this! Title and message will be printed out on right side.

screenshot from 2018-10-16 22-34-53

And you can also see the chat form in action by clicking on chat button.

To understand it completely open your localhost in two different window and see the chat in action.

Like this !!!!

Don't forget to install socket.io otherwise chat section won't work.

screenshot from 2018-10-16 22-35-56

these are two different windows open at same time

screenshot from 2018-10-16 22-36-16

its always good practice to implement something by learning some new concepts. It increases your knowledge and ability to face errors and bugs.

Licensed under MIT License.