Skip to content

DawsonLey/socket.io-unity-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket.io-unity-sample

socket.io sample with Unity game client.

floatinghotpot/socket.io-unity is good project. But it doesn't support UniRx. So, I make new boilerplate project.

svr (server)

node.js + socket.io

cd svr
yarn install
yarn start

cli (client)

  • unity 2018.1.8f1
  • .Net : 4.x

see cli/Assets/Ping.cs

libraries

About

socket.io sample with Unity game client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 76.5%
  • JavaScript 23.5%