Skip to content

Starter Node.js server code demonstrating socket.io proof of concept, meant as a blueprint for other projects. Meant to be used with the game-client-socketio codebase.

Notifications You must be signed in to change notification settings

nukellogg/game-server-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-server-socketio

Starter Node.js server code demonstrating socket.io proof of concept, meant as a blueprint for other projects. Meant to be used with the game-client-socketio codebase.

To install requirements:

npm install

To run the development server:

npm run dev

This will then listen on http://localhost:3080/ and requires the nukellogg/game-client-socketio client to communicate with it.

About

Starter Node.js server code demonstrating socket.io proof of concept, meant as a blueprint for other projects. Meant to be used with the game-client-socketio codebase.

Resources

Stars

Watchers

Forks

Packages

No packages published