Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ProtocolLibraryDescription
HTTPhttpA general-purpose library of common HTTP types. This means that it will be needed to implement our own HTTP server with the use of this library.

route-recognizerRecognizes URL patterns with support for dynamic and glob segments. Can be easily replaced with our custom solution later. Used to speed up the development process. Also doesn't have any dependencies.
Web Socketasync-tungsteniteAsynchronous WebSockets for async-std, tokio, gio and any std Futures runtime. Based on tungstenite crate.

...