Skip to content

Update README.md #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Build a chat backend in which users can join the *lobby chat*, receive list of e

- Use Golang
- Service should be horizontally scalable and it needs to be runnable on multiple instances with different users connecting to different processes (tip: you can for example use something like Nats or Redis for the service to service communication)
- Expose an interface usable from a modern browser (these could be WebSockets, REST or if you are feeling wild even WebTransport)
- Expose an interface usable from a modern browser where clients can receive real time updates (these could be WebSockets, REST or if you are feeling wild even WebTransport). Your API must support streaming for receiving messages and updates.
- Easy to run two instances of the server and all its dependencies (tip: docker-compose)
- Doesn't need to be production-ready but please follow standard quality practices (code structure, testing)

Expand Down