Adds support for a websocket connection in Nit

Uses standard sockets

All subgroups and modules

module websocket

websocket :: websocket

Adds support for a websocket connection in Nit
package_diagram websocket\> websocket socket socket websocket\>->socket sha1 sha1 websocket\>->sha1 base64 base64 websocket\>->base64 crypto crypto websocket\>->crypto core core socket->core sha1->core base64->core crypto->core ...core ... ...core->core websocket\>examples\> examples websocket\>examples\>->websocket\>

Ancestors

group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group core

core

Nit common library of core classes and methods
group text

core > text

All the classes and methods related to the manipulation of text entities

Parents

group base64

base64

Offers the base 64 encoding and decoding algorithms
group crypto

crypto

Mix of all things cryptography-related
group sha1

sha1

Provides methods to compute the SHA1 hash of a String
group socket

socket

Socket services

Children