pvlbzn / intconv

An Intelligent Conversation: android chat application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Intelligent Conversation

Useless project about client-server communication. Request - response, ones and zeroes, bips and bops, you know, computers.

Client Side

MainActivity CommunicationActivity

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.

About

An Intelligent Conversation: android chat application.


Languages

Language:Java 92.3%Language:Python 7.7%