demos/kafka/chat
2023-09-23 Kai Moritzfix: Fixed handling of null-values for shard in chatroo... frontend
2023-01-15 Kai Moritzfeat: An according `X-Shard` header is send, when a...
2023-01-15 Kai Moritzfeat: Replaced `EventSource` by @microsoft/fetch-event...
2023-01-14 Kai Moritzrefactor: Adjusted the chatroom-service to the changed...
2023-01-07 Kai Moritzstyle: Fixed code-style in `chatroom.component.ts`
2023-01-07 Kai Moritzfix: chatroom stops listening, when destroyed
2023-01-07 Kai Moritzfix: chatroom redirects to chatrooms, if the chatroom...
2023-01-07 Kai Moritzchore: Enabled strict-null-checks
2023-01-07 Kai Moritzfeat: Implemented automatic reconnection in chatroom...
2023-01-07 Kai Moritzfeat: Stiched in the juplo-Logo
2023-01-07 Kai Moritzrefactor: Switched from Bootstrap 3.4.1 to Bootstrap...
2023-01-07 Kai Moritzfeat: The chatroom-components listens to the SSE-stream...
2022-12-25 Kai Moritzfeat: Added a chatroom component, that is navigatable...
2022-12-25 Kai Moritzfeat: A Username must not be empty
2022-12-25 Kai Moritzfeat: Added validation for the "Pick Name"-form
2022-12-25 Kai Moritzfeat: Switched styling to Bootstrap and applied basic...
2022-12-25 Kai Moritzfeat: Added a user-service, that asserts, that a user...
2022-12-25 Kai Moritzfeat: The available chatrooms are fetched and displayed...
2022-12-25 Kai Moritzfeat: Renamed app, added styles from the heroes-tutorial
2022-12-25 Kai Moritzfeat: Generated an empty Angular 15.x App