https://github.com/caub/tagit
Subscriptions server using Cowboy erlang server
https://github.com/caub/tagit
Last synced: over 1 year ago
JSON representation
Subscriptions server using Cowboy erlang server
- Host: GitHub
- URL: https://github.com/caub/tagit
- Owner: caub
- Created: 2013-01-29T23:01:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-06T22:37:27.000Z (over 13 years ago)
- Last Synced: 2025-01-28T02:11:11.361Z (over 1 year ago)
- Language: Erlang
- Size: 230 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tagit
===
Erlang web application where you browse content without search engine but with subscription pattern (pre-saved search).
The rest is based on [Cowboy server](https://github.com/extend/cowboy).
install
===
requires [rebar](https://github.com/basho/rebar) in your path
run `rebar get-deps`
and `rebar compile`
then start it `sh start.sh`