aspl-lang/aspl

internet: add UDP sockets

Open

#11 opened on Feb 14, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (6 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (30 stars)
PR merge metrics
 (PR metrics pending)

Description

The internet module currently (2025/02/14) only contains a TCP client as well as a WebSocket client. While work has already begun on the server variations of these socket types, UDP is currently completely missing from the standard library.

Contributor guide