Real-time chat application built using Svelte and Golang.
This project uses the gRPC protocol for communication; since it's not natively supported on browsers, a proxy bridge for transcoding data to the HTTP protocol is required.
Neptune is separated into 3 services running on Docker:
I could not find a way to host Docker containers for free, so there is no demo available.
If you'd like to try this out, you need to run it yourself
Responsive Chat Page
Pull requests are welcome.