Skip to content

MMMarshal/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room

A chat room server and client written in Java and JavaScript.

Server Side

The multithreaded chat server is based on a thread-per-room and client-per-socket model, utilizing the WebSocket protocol to provide a responsive chat environment.

Client Side

The client side webpages are straightforward and powered by Javascript in order to compose the client's messages in an appropriate JSON format, and to send/ receive messages to and from the server.

Usage

Once compiled visit http://localhost:8080 in a browser.

About

A chat room server and client written in Java and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors