/trackboard-backend

The backend for Trackboard

Primary LanguageJavaScript

Trackboard backend

js-standard-style

Running

You now what to do..

node server.js

Notes

You can access the socket.io object from the request object:

app.get('/nah', function(req, res) {
  req.io // this is it
})

Also, note that config.js is not exsiting. After cloning this repo, create it, and add it to .gitignore.