MeetEasier is a web application that visualizes meeting room availability. It works using Microsoft Graph API in Microsoft 365.
GNU General Public License v3.0
9
stars
3
forks
source link
Port backend to golang and embed ui #9
Open
fkmeland opened 2 years ago
I have been toying with the idea of porting the node api to a golang backend, and embed the ui in the binary using the Embed library in go.
This would make it simple to deploy, just spin up the binary with either a config-file or environment variables, shouldn't be too much work.
A dev environment using air for hot reloading... 🤔