{"json_modified": "2016-10-08T11:27:18.633500", "uuid": "c9dbcb1a-7813-4e38-bc2e-ebe917fba691", "title": "Writing a WebSocket server in C#", "url": "/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_server", "tags": ["Tutorial", "NeedsMarkupWork", "WebSockets", "HTML5"], "translations": [{"uuid": "88a3d556-c90e-4b84-9e48-ea453879ca8e", "title": "Escribiendo un servidor WebSocket en C#", "url": "/es/docs/WebSockets-840092-dup/Escribiendo_servidor_WebSocket", "tags": ["Tutorial", "WebSockets", "HTML5"], "summary": "Si deseas utilizar la API WebSocket, es conveniente si tienes un servidor. En este art\u00edculo te mostrar\u00e9 como puedes escribir uno en C#. T\u00fa puedes hacer esto en cualquier lenguaje del lado del servidor, pero para mantener las cosas simples y m\u00e1s comprensibles, eleg\u00ed el lenguaje de Microsoft.", "localization_tags": ["inprogress"], "locale": "es", "last_edit": "2015-09-10T17:40:54", "review_tags": []}, {"uuid": "160c808c-76bd-4d24-a54a-2139998f09b4", "title": "Writing a WebSocket server in C#", "url": "/pt-BR/docs/WebSockets/Writing_WebSocket_server", "tags": [], "summary": "Se voc\u00ea gostaria de usar a \u00a0API do WebSocket, isso ser\u00e1 util se voc\u00ea tiver um servidor. Neste artigo mostraremos a voc\u00ea, como escrever um em C#.Voc\u00ea pode fazer um servidor em diversas linguagens,\u00a0mas sempre mantenha as coisas de f\u00e1ceis de compreender, eu escolhi a linguagem Microsoft.", "localization_tags": ["inprogress"], "locale": "pt-BR", "last_edit": "2016-10-08T11:27:17", "review_tags": []}], "modified": "2016-05-25T14:29:01", "label": "Writing a WebSocket server in C#", "localization_tags": [], "locale": "en-US", "id": 60785, "last_edit": "2016-05-25T14:29:00", "summary": "If you would like to use the WebSocket API, it is useful if you have a server. In this article I will show you how to write one in C#. You can do it in any server-side language, but to keep things simple and more understandable, I chose Microsoft's language.", "sections": [{"id": "Introduction", "title": "Introduction"}, {"id": "First_steps", "title": "First steps"}, {"id": "TcpListener", "title": "TcpListener"}, {"id": "TcpClient", "title": null}, {"id": "NetworkStream", "title": "NetworkStream"}, {"id": "Handshaking", "title": "Handshaking"}, {"id": "Decoding_messages", "title": "Decoding messages"}, {"id": "Decoding_algorithm", "title": "Decoding algorithm"}, {"id": "Related", "title": "Related"}], "slug": "Web/API/WebSockets_API/Writing_WebSocket_server", "review_tags": ["technical"]}