Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 573 Bytes

File metadata and controls

23 lines (17 loc) · 573 Bytes

WebSocketChatSample_Nodejs_Unity

Simple sample project for Websocket Chat with Nodejs server, HTML/Javascript and Unity client

Code samples

Usage

Launch server

cd Nodejs
npm install
node server.js

Launch html client

Open cluent.html on a browser

Launch Unity client

Open Unity_WebSocketSharp with Unity 2022.3.18