Adds support for a websocket connection in Nit

Uses standard sockets

All groups 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

Ancestors

package core

core

Nit common library of core classes and methods

Parents

package base64

base64

Offers the base 64 encoding and decoding algorithms
package crypto

crypto

Mix of all things cryptography-related
package sha1

sha1

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

socket

Socket services