A simple application to manager the and hey
I always think about how things are behind it, so based on the firebase message service, I decided to create my own, first which technology to use?
- Socket is my first choice
- Node.js, simple and powerfull solution
So I started creating it, and this is the result
- To start the dashboard main application is needed, access this repository, where will you find, backend and main application to dispath and recive the notifications.
To start in dev environment, you need use: node >= 16, yarn >= 1.22, this app using vite.js to hot update feature and react.
-
Configure your .env file:
VITE_API_TOKEN
is your password, it is necessary to authenticate the application when you send the notification, or recive, need without the same defined in the main app. AndVITE_API_URL
, where your main application it's alocate. -
To send new notification just click on:
send notifications
, voilá!