Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/judah-caruso/jai-winsock2

Winsock 2 bindings for Jai
https://github.com/judah-caruso/jai-winsock2

Last synced: about 2 months ago
JSON representation

Winsock 2 bindings for Jai

Awesome Lists containing this project

README

        

# Winsock 2

Winsock 2 bindings for the Jai language.

# Usage

This depends on the static version of my [C interop module](https://github.com/judah-caruso/C) (already included).

```shell
# Manual management
mkdir vendor && cd vendor/
git clone https://github.com/judah-caruso/jai-winsock2 Winsock
```