Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0kalekale/sim

simple internet messenger
https://github.com/0kalekale/sim

Last synced: 22 days ago
JSON representation

simple internet messenger

Awesome Lists containing this project

README

        

Simple Internet messenger

Setup:
$ make setup & make
Usage:

Sending messages:
Send a HTTP/S GET request to http://example.url/msg?uname={your usernmae}&msg={your message}channel={channel name}

Reading messages:
Send a HTTP/S request to http://example.url/channel/{channel name}

clean up:
$ make clean