Skip to content

Server should support multiple channels #5

Description

@museun

Multiple channels on the server could easily be supported, just need a scheme for getting the messages out.

A new interface, such as this HTTP schema

GET /:channel/all
GET /:channel/recent/:n
GET /:channel/between/:start/:end
PUT /:channel/clear
PATCH /:channel/:id
would allow for modification and other things that it could do, but doesn't because of the limited read-only streaming nature

a simple TCP interface could be built with a similar scheme, but with a json types, to keep the client requirements simple.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions