Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JavaEEPRO/chatty

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chatty

start script:     java -jar target\chatty.jar

simple chat - test task "simple web app"

  1. REST API methods in controllers expected:

    UserController:

    /join - adds new user with default user name, and returns json with user' fields

    /join/{name} - accepts new user with given name, and returns json with user' fields, where name=name

    /users/{name} - returns json (array) of objects interlocutors, with whom user can start conversation

    /users - returns json (array) of all users, that are present in chat

    MessageController:

    /messages - returns common sorted list with all messages, that were posted

    /messages/{name}/say/{content} - if user with name=name is present, message with content=content will be posted

    /messages/{name}/to/{interlocutor}/say/{content} - posts addressed message with content=content

About

simple chat - test task "simple web app"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.