Functions provided in the application:
- Text message
- Message count
- Message stack (Up or down key to navigate typed message)
- Message Timestamp
- NodeJs
Clone the repo and install dependencies of the app:
$ git clone https://github.com/mankwok/NodeChat.git
$ cd NodeChat
$ npm install
$ npm start
$ npm run test