Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 775 Bytes

File metadata and controls

20 lines (13 loc) · 775 Bytes

Beef-WebSocket

BeefLang WebSocket library, for now a simple, but working, WebSocket server.

Dependencies

Beef-Net for networking

Beef-OpenSSL maybe not needed

beef_sead for base64, yes I know Beef-Net has one too. It should not be there...

Beef Crypto for one tiny file to do Sha1 hasing. I like to divide things

Quick Start (using Beef IDE)

  1. Download this repo, open the project in Beef IDE
  2. Download all the dependencies
  3. In the Beef IDE, add the dependencies by (Add Existing Project...)
  4. You might need to check the dependencies checkboxes in your project
  5. Have fun!