https://github.com/pvlbzn/intconv
An Intelligent Conversation: android chat application.
https://github.com/pvlbzn/intconv
Last synced: 7 months ago
JSON representation
An Intelligent Conversation: android chat application.
- Host: GitHub
- URL: https://github.com/pvlbzn/intconv
- Owner: pvlbzn
- Created: 2016-05-26T19:20:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-26T21:50:45.000Z (over 9 years ago)
- Last Synced: 2025-01-11T17:51:28.426Z (9 months ago)
- Language: Java
- Size: 1.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## An Intelligent Conversation
Useless project about client-server communication. Request - response, ones and zeroes, bips and bops, you know, computers.
### Client Side
 
Client side is an android app, which connects to the server side via sockets. All communication based on pure sockets because why not.
### Server Side
`server.py` server is implemented on Python using sockets. Server is single threaded.