From f31bd0cbbd2e4d8e9c02e3c76c867ebee1ed36cd Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Thu, 14 Dec 2017 13:10:55 -0800 Subject: [PATCH] Created Chat Client/Server (markdown) --- Chat-Client-Server.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Chat-Client-Server.md diff --git a/Chat-Client-Server.md b/Chat-Client-Server.md new file mode 100644 index 0000000..6abb036 --- /dev/null +++ b/Chat-Client-Server.md @@ -0,0 +1,3 @@ +# [chat.pla](https://github.com/dschmenk/PLASMA/blob/master/src/chatsrc/chat.pla) +# [update.pla](https://github.com/dschmenk/PLASMA/blob/master/src/chatsrc/update.pla) +This is a chat room style client for the Apple II that connects to a [Python chat server](https://github.com/dschmenk/PLASMA/blob/master/src/chatsrc/chatserver/server.py) running on a modern computer. It is a little old and I can't guarantee is still works as advertised. It is clever in how it can update itself over the internet. \ No newline at end of file