flamenco/web/src/components/ChatNavbar.vue
Sybren A. Stüvel 96023932da SocketIO based chat client as PoC for backend/frontend communication
The chat client itself is just a throwaway project. The SocketIO system
will be used to send realtime updates about jobs, tasks, and workers to
the web frontend.
2022-02-11 14:47:26 +01:00

6 lines
151 B
Vue

<template>
<b-navbar toggleable type="dark" variant="dark">
<b-navbar-brand href="#">Chat Application</b-navbar-brand>
</b-navbar>
</template>