UNPKG

@socketsupply/socket

Version:

A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.

10 lines (7 loc) 314 B
import api from '../latica/api.js' import { Cache, Packet, sha256, Encryption, NAT } from '../latica/index.js' import events from 'node:events' import dgram from 'node:dgram' const network = options => api(options, events, dgram) export { network, Cache, sha256, Encryption, Packet, NAT } export default network