node-go/server
2020-01-21 17:02:54 -08:00
..
bin stub room socket connection (client + server) 2020-01-21 14:33:40 -08:00
controllers serve room with message data from api/v1/rooms/:id 2020-01-21 17:02:54 -08:00
data serve room with message data from api/v1/rooms/:id 2020-01-21 17:02:54 -08:00
middleware refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-01-17 21:18:50 -08:00
public serve basic page at api endpoint to redirect user 2020-01-18 13:24:00 -08:00
routes serve room with joined game data from api/v1/rooms/:id 2020-01-21 16:01:35 -08:00
services patch https cookies in production 2020-01-18 23:53:42 -08:00
test serve room with message data from api/v1/rooms/:id 2020-01-21 17:02:54 -08:00
knexfile.js add room migration and simple seeds 2020-01-18 14:15:44 -08:00
package-lock.json add validation and sanitization for auth/. posts 2020-01-15 13:52:01 -08:00
package.json add room migration and simple seeds 2020-01-18 14:15:44 -08:00
Procfile debug produciton db connection 2020-01-09 16:29:20 -08:00
server.js patch frontend api endpoint in config 2020-01-18 01:33:24 -08:00
socket.js stub room socket connection (client + server) 2020-01-21 14:33:40 -08:00