Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/biot2/websocket.pas
- Owner: biot2
- License: mit
- Created: 2023-09-11T09:06:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T11:01:50.000Z (about 1 year ago)
- Last Synced: 2023-10-24T12:23:27.987Z (about 1 year ago)
- Topics: delphi, fpc, lazarus, linux, object-pascal, pascal, websocket, websocket-client, websocket-library, websocket-server
- Language: Pascal
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)