Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 608 Bytes

File metadata and controls

23 lines (15 loc) · 608 Bytes

coinched

Build Status MIT licensed

A coinche server.

It uses libcoinche to model a game of coinche, and presents it as a network service, for example as a HTTP interface.

To run the default HTTP server:

cargo run --bin coinched -- --port 3000

To run the proof-of-concept HTTP client:

cargo run --bin coincher -- localhost:3000