- [ ] Use `websocker` or `Server-Sent Events (SSE)` for simple, one-way data streaming from the server to the client - [ ] Learning `GraphQL` and adept it (if it useful) --> Similar `/api/search_data` ? - [ ] Security config - Now when we call function `/api/search_data` it can query data everything. Is it correct? Should we add config data can query. - [ ] Add version in each route. Should we change root from `/api/search_data` to `/api/v1/search_data` ?
websockerorServer-Sent Events (SSE)for simple, one-way data streaming from the server to the clientGraphQLand adept it (if it useful) --> Similar/api/search_data?/api/search_datait can query data everything. Is it correct? Should we add config data can query./api/search_datato/api/v1/search_data?