Progress on the event server

Just a little update on how far I’ve come with the EventBus component I described in yesterday’s post. As you can see from the header image: some amount of progress has been made. The POST command successfully made it through the event bus to the api and back in the green terminal. In the blue terminal, connected to a websocket, the event type along with the json data created by the POST successfully made it to the socket.

In other words this entire flowchart now works. Obviously I’ll do some more testing and I have to implement authentication for the WS and the HTTP sides of this server, but this is definitely a turning point in developing ARA-V.

Leave a Reply

Your email address will not be published. Required fields are marked *