Generic Node.JS server that implments express, socket.io, and MongoDB. Complete with both client-side and server-side validation and JSON token authorization. Intended for stand-alone or embeded web clients.
- Complete demo for display purposes
npm install
Configure /server/config.json to your liking.
npm start
The client will then be accessible at http://localhost:3000.