Skip to content

hacktrackglobal/trackboard-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The backend for Trackboard

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors