Victini is real-time communication system between a client (car) and multiple microservices. It allows the client (car) to send real-time data to a server via an HTTP request, which will then process that data across multiple microservices and return meaningful/computed data via a websocket to the client.
- Create a new folder in the root of the repository for your project
- Only work within that folder for your project
- Add your project folder name + description in the "Table of Contents" section within this
README
file - Add a
README.md
file in your project's root folder documenting what the project is, how it works, how to use, etc. See the other project folders for examples