/webengineering-chat

Primary LanguageJavaScriptMIT LicenseMIT

This repo offers a simple chat client and a chat server based on nodes

/client/index.html

client implementation in javascript

/server/node/index.js

server implementation

Get Startet

$ cd server/node
# install the dependencies
$ npm install
# start the server
$ node ./index.js
# now navigate in the browser to 127.0.0.1:8081