Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 538 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 538 Bytes

Bent

Bent/Server

Heavy lifting for the websocket server done by: nekudo

I originally forked this code, but seeing as it's going towards a game, I'm pretty sure that's not the direction intended. Here's a link to the original repo. Give it a look over: https://github.com/nekudo/php-websocket

Bent/Client

Using Electron quick start for base of the project.

Client start

navigate to root of repo

cd client
npm install && npm start

Server start

navigate to root of repo

php ./server/server.php