Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 376 Bytes

File metadata and controls

31 lines (19 loc) · 376 Bytes

yaws-websocket

Introduction

Add content to me here!

Installation

Just add it to your rebar.config deps:

  {deps, [
    ...
    {yaws-websocket, ".*",
      {git, "git@github.com:YOURNAME/yaws-websocket.git", "master"}}
      ]}.

And then do the usual:

    $ rebar get-deps
    $ rebar compile

Usage

Add content to me here!