https://github.com/corentinth/express-if
Barebone live communication chat made in Java.
https://github.com/corentinth/express-if
Last synced: 9 months ago
JSON representation
Barebone live communication chat made in Java.
- Host: GitHub
- URL: https://github.com/corentinth/express-if
- Owner: CorentinTh
- Created: 2019-09-18T06:34:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T14:40:01.000Z (about 6 years ago)
- Last Synced: 2025-02-13T11:35:22.743Z (11 months ago)
- Language: Java
- Homepage:
- Size: 5.42 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history/.gitkeep
Awesome Lists containing this project
README
# express-if
School project @INSA-Lyon.
## What is it ?
This application is a real time messenger-like chat made in Java using a thick expressif.client paired with a socket expressif.server.
This project is from the course **Network Programming** from **INSA Lyon**, it aims to make us practice bare-bones inter-process socket communication in Java.
## Credit
Application proudly made by [Tania Oudinet](https://github.com/SteamDragonLady) and [Corentin Thomasset](https://github.com/CorentinTh).