Skip to content

voltlane/example-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Voltchat" Example

This example demonstrates a simple chat app (client and server, command-line) which supports as many clients as you have ports available (a lot).

This is built on Voltlane (voltlane.net), a free & open source connection server written in Rust (with bindings for other languages). Voltlane makes it possible for this server to be so simple, and for the client to be so lean, without losing out on the benefits of using TCP.

How to use

  1. Run cargo run --bin server
  2. Clone the Voltlane connection server from https://github.com/voltlane/connserver and run it with cargo run --bin connserver
  3. Run cargo run --bin client some $N$ amount of times and start chatting! :)

image

About

An example chat server and client, to demonstrate Voltlane's capabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages