https://github.com/andreapavoni/chatwit
realtime webchat with your twitter friends
https://github.com/andreapavoni/chatwit
Last synced: about 4 hours ago
JSON representation
realtime webchat with your twitter friends
- Host: GitHub
- URL: https://github.com/andreapavoni/chatwit
- Owner: andreapavoni
- Created: 2013-07-30T08:57:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-30T09:01:28.000Z (almost 13 years ago)
- Last Synced: 2025-11-01T14:10:04.776Z (8 months ago)
- Language: Go
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChaTwit
Do realtime chat with your twitter friends. This is a simple experimenti with Go and websockets, it's not intended for production!
## Setup
### Install missing packages
```make setup```
### Build binary
```make build```
## Compile assets (for deploy)
### Check support for SASS & Co
```make assets-check-support```
### Build assets
```make assets-bundle```
## Todo
* Add tests
* Add better logging
* Be paranoid with ongoing errors
* Check if session is already running when logged out
* Redirect to somewhere when trying to login with twitter but user is already
logged in