https://github.com/tiaansu/omp-websockets
open.mp WebSocket - Client and Server implemenation
https://github.com/tiaansu/omp-websockets
Last synced: 2 months ago
JSON representation
open.mp WebSocket - Client and Server implemenation
- Host: GitHub
- URL: https://github.com/tiaansu/omp-websockets
- Owner: Tiaansu
- License: mit
- Created: 2024-12-29T07:32:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T07:34:20.000Z (5 months ago)
- Last Synced: 2025-02-01T13:17:50.397Z (4 months ago)
- Language: C++
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# omp-websockets
open.mp WebSocket - Client and Server implemenation> [!NOTE]
> Most of the code is from this [repo](https://github.com/alextwothousand/pawn-websockets). I just
> converted it into omp and added some fixes.