All subgroups and modules

module websocket_server

websocket :: websocket_server

Sample module for a minimal chat server using Websockets on port 8088
package_diagram websocket\>examples\> examples websocket websocket websocket\>examples\>->websocket socket socket websocket->socket sha1 sha1 websocket->sha1 base64 base64 websocket->base64 crypto crypto websocket->crypto ...socket ... ...socket->socket ...sha1 ... ...sha1->sha1 ...base64 ... ...base64->base64 ...crypto ... ...crypto->crypto

Ancestors

group base64

base64

Offers the base 64 encoding and decoding algorithms
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 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
group text

core > text

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

Parents

group websocket

websocket

Adds support for a websocket connection in Nit