Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemeff/wisepusher
WebSocket pusher via TCP Sockets
https://github.com/artemeff/wisepusher
Last synced: 12 days ago
JSON representation
WebSocket pusher via TCP Sockets
- Host: GitHub
- URL: https://github.com/artemeff/wisepusher
- Owner: artemeff
- Created: 2013-04-15T23:37:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-15T23:37:57.000Z (over 11 years ago)
- Last Synced: 2024-11-05T12:12:44.328Z (about 2 months ago)
- Language: Erlang
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WisePusher
WebSocket pusher via TCP Sockets
### Installation
```
$ make
$ ./start
```### Dependencies
* [Rebar](https://github.com/rebar/rebar) as build source tool
* [Cowboy](https://github.com/extend/cowboy) as websocket server### Usage
Not aviable at now :C
See usage in examples folder