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
- Host: GitHub
- URL: https://github.com/restioson/airchat
- Owner: Restioson
- Created: 2014-09-14T06:04:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T14:35:33.000Z (about 9 years ago)
- Last Synced: 2025-02-01T12:29:35.621Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!