- Initial commit

This commit is contained in:
Timur Kozanov
2026-07-03 05:03:02 +03:00
commit a2f2f85df8
49 changed files with 4460 additions and 0 deletions

39
package.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "com.tivadar.best.websockets",
"displayName": "Best WebSockets",
"description": "Best WebSockets is a premier networking library for Unity, tailored specifically for seamless WebSocket integration. It's perfect for applications that require real-time, bi-directional communication such as chat applications, multiplayer games, and live interactive systems.",
"version": "3.0.7",
"unity": "2021.1",
"documentationUrl": "https://bestdocshub.pages.dev/WebSockets/",
"changelogUrl": "https://bestdocshub.pages.dev/WebSockets/changelog/",
"licensesUrl": "https://bestdocshub.pages.dev/HTTP/third-party-notices/",
"author": {
"name": "Tivadar György Nagy",
"email": "besthttp@gmail.com",
"url": "https://bestdocshub.pages.dev/"
},
"keywords": [
"best",
"besthttp",
"http",
"tls",
"websocket",
"ws",
"wss",
"dns",
"tcp",
"http2"
],
"dependencies": {
"com.unity.burst": "1.8.10",
"com.tivadar.best.http": "3.0.10"
},
"samples": [
{
"displayName": "Simple Sample",
"description": "Contains sample codes for various WebSocket related scenarios.",
"path": "Samples~/With UI"
}
],
"_fingerprint": "3a85df99e0e81cf6effff7ba2e690276f2aee437"
}