1
0
Fork 0
Commit graph

9 Commits (master)

Autor SHA1 Nachricht Datum
Kevin C. Coram d7d04929d5
Suppress lint errors 2020-10-12 14:41:25 -04:00
Kevin C. Coram 15fd272ce3
Remove unused `tap` import 2020-10-12 14:40:22 -04:00
Kevin C. Coram 96b9eac4f7
Implement OnGatewayInit and OnGatewayDisconnect 2020-10-12 12:22:24 -04:00
Kevin C. Coram 2ef8c15f63
Better typing of message handler 2020-10-12 12:09:02 -04:00
Kevin C. Coram 768882cacc
Add socket.io types 2020-10-12 11:45:55 -04:00
Kevin C. Coram 0f214a00fb
Link to tutorial article and GitHub 2020-10-09 14:35:47 -04:00
Kevin C. Coram dcb83e8109
Use `import type` to import the Message interface
Use TypeScript 3.8+ `import type` to import the Message interface. This
addresses issues with the type being removed by transpilation, which
thus prevents "export 'Message' was not found" warnings when running
`nx serve api`
2020-10-09 12:38:55 -04:00
Kevin C. Coram 900448aedc
Implement client->server chat 2020-10-09 12:21:21 -04:00
Kevin C. Coram 72420f8daf
initial commit 2020-10-09 09:32:53 -04:00