Simple sample project for Websocket Chat with Nodejs server, HTML/Javascript and Unity client
- Server: Nodejs code
- Client: Unity code with WebSocketSharp
- Client: HTML code
cd Nodejs
npm install
node server.js
Open cluent.html on a browser
Open Unity_WebSocketSharp with Unity 2022.3.18