Add server support for event-driven architecture. #7
Labels
documentation
Improvements or additions to documentation
go
Server go issues
yaml
Yaml documentation.
Currently server provide endpoints for front application via Open Api https://www.openapis.org/
To review them run:
./bin/launchr web --swagger-ui
and open http://localhost:8080/api/swagger-ui/But for some front features we need to implement Async Api https://www.asyncapi.com/en
These features are:
Some POC added in this PR https://github.com/launchrctl/web/pull/4/files
Here I've added https://github.com/asyncapi/glee nodejs server to generate messages.
There are go modules which can be used here. Probably some else.
https://github.com/gorilla/websocket
https://github.com/swaggest/go-asyncapi
https://github.com/lerenn/asyncapi-codegen
As result of this ticket we need:
Also we can research here combination of https://xtermjs.org/ on front and https://github.com/zephinzer/cloudshell on back.
The text was updated successfully, but these errors were encountered: