Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 692 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 692 Bytes

Web Chat App

A web chat allows users to communicate in real-time using easily vaccessible web interfaces.

Demo - Heroku

demo.mp4

Add chat with bot feature (This is test at local, I haven't deployed yet chatbot-api)

chat-demo.mp4

How to run

  • You can run on tomcat

Old Message Server

  • Before using websocket for this project I coded out a custom message server that uses standard java sockets. The code for this is located in old_msg_server/.