https://github.com/botder/mtasa-websocket
Websocket server module for the Multi Theft Auto multiplayer modification
https://github.com/botder/mtasa-websocket
lua multi-theft-auto scripting websocket
Last synced: 6 months ago
JSON representation
Websocket server module for the Multi Theft Auto multiplayer modification
- Host: GitHub
- URL: https://github.com/botder/mtasa-websocket
- Owner: botder
- License: lgpl-3.0
- Created: 2018-04-26T20:24:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T20:37:06.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T14:38:36.091Z (about 1 year ago)
- Topics: lua, multi-theft-auto, scripting, websocket
- Language: C++
- Size: 9.02 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mtasa-websocket
Websocket server module for the Multi Theft Auto multiplayer modification
## vcpkg
```
vcpkg install --triplet x86-windows-static openssl sol websocketpp boost-system boost-random boost-thread zlib
```
```
vcpkg install --triplet x64-windows-static openssl sol websocketpp boost-system boost-random boost-thread zlib
```