Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biot2/websocket.pas

Object Pascal WebSocket Client & Server Library
https://github.com/biot2/websocket.pas

delphi fpc lazarus linux object-pascal pascal websocket websocket-client websocket-library websocket-server

Last synced: 18 days ago
JSON representation

Object Pascal WebSocket Client & Server Library

Awesome Lists containing this project

README

        

# WebSocket.pas

### WebSocket server/client implementation in Object Pascal

This project is based directly on pure and minimal [Object Pascal](https://en.wikipedia.org/wiki/Object_Pascal) source code.

Project contains implementation of clients and servers using [WebSocket protocol RFC](http://tools.ietf.org/html/rfc6455)

This library is a remastered, rewritten and customized version of **Bauglir-WebSocket-2** ([here](https://github.com/MFernstrom/Bauglir-WebSocket-2)
and [here](https://github.com/Robert-112/Bauglir-WebSocket-2))
which originally are based on [Bronislav Klucka's WebSocket library](http://code.google.com/p/bauglir-websocket) source code.

This library requires [Ararat Synapse socket library](http://www.ararat.cz/synapse/) to compile.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Release](https://shields.io/badge/Release-v1.0-blue?style=flat)](https://github.com/biot2/libWebSocket.pas/releases/tag/v1.0)
[![Language](https://img.shields.io/badge/Language-Object%20Pascal-darkgreen)](https://en.wikipedia.org/wiki/Object_Pascal)