class Location {
	x : number;
	y : number;
}

class Node {
	keyword : string;
	depth : number;
	location : Location;
	children : Node[];
}
//443 byte
{
	"content": "qwrqwr",
	"location": { "x" : 24.1515, "y": 211.214124 }
	"children": [
		{
			"content": "qwrqwrqwr",
			"location": { "x" : 24.1515, "y": 211.214124 },
			"children": [
				{
					"content": "qwrqwr"
				}
			]
		},
		{
			"content": "qwrqwrqwr",
			"location": { "x" : 24.1515, "y": 211.214124 },
			"children": [
				{
					"content": "qwrqwr"
				}
			]
		}
	]
}
[
	{
		"id": 1,
		"keyword" : "점심메뉴",
		"depth" : 1,
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": [2, 3]
	},
	{
		"id": 2,
		"keyword" : "양식",
		"depth" : 2,
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": [4, 5]
	},
	{
		"id": 3,
		"depth" : 2,
		"keyword" : "한식",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": [6, 7]
	},
	{
		"id": 4,
		"depth" : 3,
		"keyword" : "면",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": []
	},
	{
		"id": 5,
		"depth" : 3,
		"keyword" : "밥",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": []
	},
	{
		"id": 6,
		"depth" : 3,
		"keyword" : "고기",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": []
	},
	{
		"id": 7,
		"depth" : 3,
		"keyword" : "찌개",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": []
	},
]
{
	1 : {
		"feid": 1,
		"beid": 3214
		"keyword" : "점심메뉴",
		"depth" : 1,
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": [2, 3]
	},
	2 : {
		"id": 2,
		"keyword" : "양식",
		"depth" : 2,
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": [4, 5]
	},
	3 : {
		"id": 3,
		"depth" : 2,
		"keyword" : "한식",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": [6, 7]
	},
	4 : {
		"id": 4,
		"depth" : 3,
		"keyword" : "면",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": []
	},
	5 : {
		"id": 5,
		"depth" : 3,
		"keyword" : "밥",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": []
	},
	6 : {
		"id": 6,
		"depth" : 3,
		"keyword" : "고기",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": []
	},
	7 : {
		"id": 7,
		"depth" : 3,
		"keyword" : "찌개",
		"location": { "x" : 24.1515, "y": 211.214124 },
		"children": []
	},
}

https://intruder.tistory.com/326

참고: websocket은 영문 기준 6만 5천자 정도 전달 가능

논의 결과

필요한 정보