initial commit
- contains basic chat via websocket - contains button to test websocket - contains button to test rest api
This commit is contained in:
3
src/app/socket/events-enum.ts
Normal file
3
src/app/socket/events-enum.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export enum Events {
|
||||
publicMessage = 'public message'
|
||||
}
|
||||
Reference in New Issue
Block a user