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-winsock

Winsock 1 bindings for Jai
https://github.com/judah-caruso/jai-winsock

Last synced: about 2 months ago
JSON representation

Winsock 1 bindings for Jai

Awesome Lists containing this project

README

        

# Winsock

Original Winsock bindings for the Jai language. Note this is **not** Winsock 2, that is [here](https://github.com/judah-caruso/jai-winsock2).

# Usage

This depends on the static version of my [C interop module](https://github.com/judah-caruso/C).
It's already been pulled in, so there's not extra work.

```bash
mkdir vendor && cd vendor/
git clone https://github.com/judah-caruso/jai-winsock
```

See `examples/winsock_test.jai` for basic UDP & TCP servers ported from C++.