tbs-server
v0.0.0
Published
> Turn-based strategy server.
Downloads
4
Readme
Turn-based strategy server.
** WORK IN PROGRESS - DONT'T WASTE YOUR TIME IN THIS **
componenets
security
- [x] hide implementation detail: remove
x-powered-by
header - [x] disallows emeding in iframe: set
X-Frame-Options: SAMEORIGIN
- [x] read to correct ip:
app.set('trust proxy', 'loopback')
(assumes we behind reverse proxy, as is the case with heroku) - [x] redirect to https if
x-forwarded-proto: http
(again, assumes we behind reverse proxy, as is the case with heroku)
logging
robots
- [x] disallow in development
- [x] disallow static bower folder in production
errors
- [x] forward not found error the error handler
- [x] use devlopment error handler
misc
- [x] compression
- [x] json body parser
License
AGPL © Amit Portnoy