
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.
6 lines
151 B
Vue
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>
|