Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fachschaftmathphysinfo/witter
Minimalistic microblogging-server
https://github.com/fachschaftmathphysinfo/witter
Last synced: 5 days ago
JSON representation
Minimalistic microblogging-server
- Host: GitHub
- URL: https://github.com/fachschaftmathphysinfo/witter
- Owner: FachschaftMathPhysInfo
- Created: 2013-06-19T19:01:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T19:01:41.000Z (over 11 years ago)
- Last Synced: 2024-03-26T21:34:02.829Z (8 months ago)
- Language: Go
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Witter - Minimalistic Microblogging-server
==============================================Witter is a minimalistic microblogging-server. Right now all messages (“weets”)
are saved only in-memory and there is only one user “axel” and all in all there
are relitely few things working - it's mostly a minimally extended version of
[Gary Burd's Websocket-Example](http://gary.beagledreams.com/page/go-websocket-chat.html).All similarities with existing (possibly even trademarked)
microblogging-services are purely coincidental.Installation
============`go get github.com/FachschaftMathPhys/witter` is theoretically working, but not
practically, because static resources are served from the current working
directory. Sometime maybe this will not just be a crude hack, maybe it will be
possible to install it like that then.