An open API service indexing awesome lists of open source software.

https://github.com/restioson/airchat

A simple chat client/server
https://github.com/restioson/airchat

Last synced: over 1 year ago
JSON representation

A simple chat client/server

Awesome Lists containing this project

README

          

#AirChat

#About
Airchat is a simple chat protocol that uses SSL that I wrote for myself. a number of years ago. Beware: the code is most likely a minefield as I wrote this years ago...

#Quickstart

##For server
1. Install Python 3.4 or higher
2. Run `Client.py`
3. Connect to a server!

##For Server
1. Install Python 3.4
2. Create an ssl certificate and rename it `server.pem`.
3. Run `Server.py`
4. Done!