Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 283 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 283 Bytes

Server integration example

Example of a workspace with Actix server.

Client:

  • Is served by Actix.
  • Consists of Fetch API examples. Examples are submodules.

cargo make start

Open 127.0.0.1:8000 in your browser.