feat(redis): implement Redis integration for game state management and websocket communication
This commit is contained in:
@@ -11,5 +11,5 @@ get {
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
gameId: Yg200tOF
|
||||
gameId: j0nPtcjl
|
||||
}
|
||||
|
||||
@@ -11,12 +11,24 @@ ws {
|
||||
}
|
||||
|
||||
body:ws {
|
||||
name: message 1
|
||||
name: move
|
||||
content: '''
|
||||
{}
|
||||
{
|
||||
"type": "MOVE",
|
||||
"uci": "b1c3"
|
||||
}
|
||||
'''
|
||||
}
|
||||
|
||||
body:ws {
|
||||
name: ping
|
||||
content: '''
|
||||
{
|
||||
"type": "PING"
|
||||
}
|
||||
'''
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
gameId: uWm99efJ
|
||||
gameId: j0nPtcjl
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
vars {
|
||||
baseUrl: http://localhost:8080
|
||||
wsBaseUrl: ws://localhost:8080
|
||||
wsBaseUrl: ws://localhost:8084
|
||||
ioBaseUrl: http://localhost:8081
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user