A chat server based on javascript and mongo.
979
This NodeJS Backend and React Frontend (Single Page App). Webapp that enables multiple Chatrooms and the posibillity to link Chatbots.

change to app root folder and run:




Classes in Camelcase starting big => ClassName
Function in Camelcase starting small => funcName
Variables in Camelcase starting small => varName
Attributes are like variables => attName
Variables are on top of a function or class
Variable order:
npm build
docker build -t usecase/chat-server .
Run the Container
docker run -p 3000:3000 usecase/chat-server
Access the Container (check your ip -> docker-machine ip) Browse to ipaddr:3000
Content type
Image
Digest
Size
201.9 MB
Last updated
over 9 years ago
docker pull usecase/chat-server