Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 338 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 338 Bytes

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