Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanache authored Dec 13, 2023
1 parent a459f00 commit 9daaef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ the past, to can begin one new experiment/showcase... and then:
(*)Note:

We can avoid this heavy part of manual handshake-procedure from our webrtc-chat app using the automation of this process to can "automatically" store in back-end(maybe php-based for e.g.)the content of messeges(the SDPs) in some servers(for eg.
db-server based like "MySQL"+"PhP" or maybe one service like "Firebase") and in this-case need/must in backend one external web-[micro]service(which implement protocol like GraphQL/REST, gRPC, SOAP with XML/JSON messenging, eTransport, Websocket, Pub/Sub,...
db-server based like "MySQL"+"PhP" or maybe one service like "Firebase") and in this-case need/must in backend one external web-[micro]service(which implement one protocol like GraphQL/REST, gRPC, SOAP with XML/JSON messenging, eTransport, Websocket, Pub/Sub,...
or UDP/TCP/raw-socket or other/any protocol service,certainly with one exception: webrtc(see **) to transport the ascii-information(plain-text) exchanged(with or no encryption) between both ends.

(** because the implementation of webrtc certainly cannot be based on itself :)
Expand Down

0 comments on commit 9daaef1

Please sign in to comment.