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

https://github.com/naps62/rust-chat

A demo chat client/server in Rust
https://github.com/naps62/rust-chat

Last synced: 12 months ago
JSON representation

A demo chat client/server in Rust

Awesome Lists containing this project

README

          

# Rust chat

A sample chat client/server pair written in Rust

Mainly for the purpose of showing it during my talk @ [SEIUM](http://seium.org/)

# Server

Run it:

```rust
cargo run
```

# Client

No client is made yet. You can connect via telnet though:

```rust
telnet localhost 6262
```