| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a simple messenger application built with Java Swing for the client, Node.js for the API server, and Socket.IO for real-time communication. The client interface is styled using FlatLaf to provide a modern desktop UI.
Note: This project is still in development.
Folder contents:
.
└── messenger-server/
├── src
├── Dockerfile
├── docker-compose.yml
├── .env
└── db/
└── messenger_db.sql
docker --versioncd messenger-serverdocker compose up --buildThis will:
The first startup may take a few seconds. watch the terminal until both containers show ready messages.
| Back | FazBrowse Home | New Git URL |