diff --git a/Chat-Client-Server.md b/Chat-Client-Server.md index 6abb036..413ad80 100644 --- a/Chat-Client-Server.md +++ b/Chat-Client-Server.md @@ -1,3 +1,4 @@ +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. + # [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