Chat Server with frontend widget created using bootsrap 4 and backend as NodeJS with Socket.io library
npm install
npm start
docker build -t chatserver-widget .
docker run -d -p 3000:3000 --name chatserver-widget chchatserver-widget
This code written as part of my development work , if you found it useful spread the code
Contribute by creating new issues, sending pull requests on Github
Built under MIT license.