Skip to content

A chat app with rooms. The server-side is written in Java. The client-side is written in HTML/CSS/JavaScript (web app) and Java (Android app).

Notifications You must be signed in to change notification settings

Sonia-96/ChatRooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRooms

A chat app with rooms. The server is written in Java. The client-side is written in bothHTML/CSS/JavaScript (web app) and Java (Android app).

Introductions

Server

  1. Use threads to handle HTTP requests and Web Socket requests

  2. One client can enter multiple rooms, and the room will record clients's join, leave, and messages

  3. The messages are in JSON format, and are stored in files named as the room

Web app

web-clients

Android app

androiClents

Credits

This is my course project for the course CS6011 at MSD program. Thanks Dave for designing such an interesting project.

About

A chat app with rooms. The server-side is written in Java. The client-side is written in HTML/CSS/JavaScript (web app) and Java (Android app).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published