This is the official API for the Echo Messaging and Comunication App
- Events subscribing
- JWT authentication
- Routing for all the different parts of the application (eg. rooms, users)
- Custom logging class for trace of actions and debugging
If you want to self host then...
- Method: GET
- Path: /app
- Description: Get informations about the app.
- Method: GET/POST
- Path: /auth
- Description: Authenticate users to the API by generating JWT tokens.
- Method: GET
- Path: /events
- Description: Subscribe to different events to see the activity of different endpoints.
- Method: GET/POST
- Path: /rooms
- Description: Get all different rooms, rooms configuration and users connected to different rooms.
- Method: GET/POST
- Path: /servers
- Description: Same as the rooms, but for the servers.
- Method: GET/POST
- Path: /users
- Description: Display and update all the users informations.
If you want to check what we are working on / what has been done, check the Todo list on this repository