Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 881 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 881 Bytes

web_backend

an aggregation of my web backends

Contents

Consists of chat server and chat client implementations.

Chat server on Java

Serves chat messages to all chat clients that request them. Allows clients to post new messages and efficiently ping to see if a new message was posted.

Allows creation, reading, update, deactivation of licenses. All licenses created for customers are based on the root "buyable license" and contain additional owner-specific info.

App created for my fictional man (employee) that manages my (fictional) company's database. Has both CLI, Web and obviously SQL interface.