Skip to content

Commit

Permalink
docs: add video
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Oct 4, 2024
1 parent 763bc6c commit b5e2ac5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

![](./assets/test1.webm)

![](./assets/test2.webm)

This single page Next.js website, showcases how you can receive events form a Rust game server and displaying it live by utilizing a Socket.Io server.

- [Socket.Io server (./pages/api/socket.ts)](./pages/api/socket.ts), that interacts with pre-generated GamingAPI library to hook into the events.
Expand Down
Binary file added assets/test1.webm
Binary file not shown.
Binary file added assets/test2.webm
Binary file not shown.

0 comments on commit b5e2ac5

Please sign in to comment.