Skip to content

MihaiAnghelin/The-Flood

 
 

Repository files navigation

# THIS STARTS THE NODEJS SERVER ( on port :3000 )
cd /js/server
npm install express
npm install socket.io
node server.js

# open a new cmd, to serve the index.html files ( on port :80 )
cd to the root folder of blaze
node fileserver.js

now open up a browser and go to localhost:80

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • HTML 7.7%
  • Other 1.1%