Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristancalderbank/excel-messenger
A silly local group messaging app where the server and all clients are excel sheets.
https://github.com/tristancalderbank/excel-messenger
Last synced: 16 days ago
JSON representation
A silly local group messaging app where the server and all clients are excel sheets.
- Host: GitHub
- URL: https://github.com/tristancalderbank/excel-messenger
- Owner: tristancalderbank
- License: mit
- Created: 2016-09-06T18:38:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T16:57:31.000Z (over 3 years ago)
- Last Synced: 2024-08-01T02:33:09.427Z (3 months ago)
- Language: VBA
- Size: 332 KB
- Stars: 379
- Watchers: 16
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tristancalderbank/excel-messenger - A silly local group messaging app where the server and all clients are excel sheets. (VBA)
README
# excel-messenger
A silly local group messaging app where the server and all clients are excel workbooks.Note: this was just a joke, not a real app, see the [original blog post](http://tristancalderbank.com/2016/09/06/excel-messenger-a-terrible-experiment-in-vba/) that started this.
![folder](https://github.com/tristancalderbank/excel-messenger/blob/master/screenshots/cs-window.PNG?raw=true)
Features:
- Only works on a local network
- Clients all reference server sheet to get the master chat list
- Server references nicknames and messages from client worksheets, adding them to the master chat list and shifting everything up
- All sheets are autosaving constantly
- Messages can take over 40 seconds to be receivedNew user interface:
![folder](https://github.com/tristancalderbank/excel-messenger/blob/master/screenshots/cs-client-real.PNG?raw=true)