Skip to content

Siiir/web_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

web_backend

an aggregation of my web backends

Contents

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.

Chat client on Rust

Shows to user chat messages pulled from server. Can also post a new message. Has quite efficient implementation of pinging (listening for) new messages that might have been 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages