Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 519 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 519 Bytes

proto_c

A simple chat server utilizing the Socket lib with some sauce 🔥

We utilize a wrapper for calls - providing some extra features.

Installation

cd proto_c_server
mix deps.get

Running

cd proto_c_server
mix run --no-halt

Calls

To input a message utilize :

PUT;Username|Message

To get all messages from server:

GET;

Contribuiting

To contribute w/ ideias go for an ISSUE, for coding purposes try a PR

😄