Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlettvin/unchat
Character-at-a-atime chat with wiki custom markdown supporting scientific communication/visualization
https://github.com/jlettvin/unchat
Last synced: 5 days ago
JSON representation
Character-at-a-atime chat with wiki custom markdown supporting scientific communication/visualization
- Host: GitHub
- URL: https://github.com/jlettvin/unchat
- Owner: jlettvin
- License: gpl-3.0
- Created: 2016-03-09T15:41:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T20:13:31.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:33:27.621Z (3 months ago)
- Language: JavaScript
- Size: 77.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - jlettvin/unchat - Character-at-a-atime chat with wiki custom markdown supporting scientific communication/visualization (others)
README
# unchat
Several value-add concepts are married in this nascent application.
## split window separation of chat participants
* your train of thought remains visible after large entries by others
* split size maintenance through window resize
* quick identification of other user without consuming screen real estate
* rapid independent local scrolling of each participants messages## asynchronous character at a time chat
* watch what your colleague is typing as they are typing it
* be prepared to respond to inquiries more quickly
* have faster and more complete communication
* support for scientific communication/visualization## wiki markup within the chat
* be able to organize ideas much like mediawiki (wikipedia)
* use graphing, charting, equations, HTML5, and much much more
* swap back and forth between markup and rendering with a single keystroke
* special markup for checklists (progress tracking)## future developments
* more than two participants
* high security methods to maintain privacy, auditability, non-repudiability
* sandboxing of security risks such as external calls to programs