Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saulpw/tpchat
textpunk web irc gateway
https://github.com/saulpw/tpchat
Last synced: 28 days ago
JSON representation
textpunk web irc gateway
- Host: GitHub
- URL: https://github.com/saulpw/tpchat
- Owner: saulpw
- Created: 2011-07-02T23:52:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T21:26:06.000Z (over 5 years ago)
- Last Synced: 2024-08-09T17:29:42.059Z (3 months ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Tpchat is a kind of textpunk webchat with history and irc gateway. Has a kind
of shared diary chat feeling.Primary design goals:
* reliable
* pragmatic
* safe-for-work
* unicode-friendlyThe server uses the Twisted framework (Python), connects to another irc server, and becomes a long-polling webserver that routes messages. The web client uses jQuery and tries to be as transparent as possible.