Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 671 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 671 Bytes

chatserver-widget

Chat Server with frontend widget created using bootsrap 4 and backend as NodeJS with Socket.io library

Use the Server

npm install

npm start

Build and run docker image

docker build -t chatserver-widget .

docker run -d  -p 3000:3000 --name chatserver-widget chchatserver-widget 

Support

This code written as part of my development work , if you found it useful spread the code

Contribute

Contribute by creating new issues, sending pull requests on Github

License

Built under MIT license.