/pusher

wip

Primary LanguageC

Pusher

Pusher is a pub/sub messaging service inspired by Pusher. The program is currently still a work in progress.

Installation

make install

Usage

src/pusher-server

Making a connection in a new terminal window

telnet 127.0.0.1 9528
PING
PONG

Cleanup

make clean