Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 717 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 717 Bytes

ChatApplicationAngular

Demo AngularJS and Bootstrap web chat application

Starting Application

Since this is web application if it is to be opened in Mozilla FireFox browser it is enough to run index.html. If you want to run it in Microsoft Edge or Google Chrom browsers it will be necessary to run it trough localhost, because Chrom and Edge are conflicted about absolute path.

How is it working

Application has 10 fake users. Two chat windows : private chat and chat room. Fake users are sending messages in both, random messages in random time intervals.

Technologies used

AngularJs is used as front-end technology together with Bootstrap and other web components :HTML5,CSS3...