crystal-libtls-example

Version, currently develop branch1 version
  • develop branchlatestJan 10, 2020

github.com/Hexa/crystal-libtls-example

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crystal-libtls-example:
    github: Hexa/crystal-libtls-example
    branch: develop

develop is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.32.1
License
MIT
Author
Hexa

Dependencies

Runtime Dependencies

README

crystal-libtls-example

Installation

$ shards

Server

$ crystal build example/server.cr

Client

$ crystal build example/client.cr

Usage

$ ./server -p 10443
$ ./client -p 10443 -m 'Hello, World'

Contributing

  1. Fork it (https://github.com/Hexa/crystal-libtls-example/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Hexa - creator, maintainer