https://github.com/vkhanhqui/funny-things
Let's build something from scratch
https://github.com/vkhanhqui/funny-things
blevesearch chat-websocket cloud-gaming garbage-collector interpreter nested-comments proof-of-work rate-limiter webrtc-demos
Last synced: about 2 months ago
JSON representation
Let's build something from scratch
- Host: GitHub
- URL: https://github.com/vkhanhqui/funny-things
- Owner: vkhanhqui
- Created: 2021-04-01T17:32:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-21T15:51:42.000Z (5 months ago)
- Last Synced: 2025-12-23T05:43:48.759Z (5 months ago)
- Topics: blevesearch, chat-websocket, cloud-gaming, garbage-collector, interpreter, nested-comments, proof-of-work, rate-limiter, webrtc-demos
- Language: Go
- Homepage:
- Size: 30 MB
- Stars: 41
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🍀
You have funny projects want to share? Feel free to create a pull request. I really appreciate it!
In progress:
- [13 Interpreter](./interpreter)
- [14 Build a backend web framework from scratch](./backend-framework)
Completed:
- [1 Chat Web App Using Java WebSocket | Server & Multiple clients](./chat-web-app)
- [2 Chat Web App Using Java WebSocket & Docker | Server & Multiple clients](./chat-web-app-docker)
- [3 Rate Limiter - Algorithms](./rate-limiter)
- [4 Rate Limiter - Proof of Work](./rate-limiter-proof-of-work)
- [5 Rate Limiter - Token Bucket](./rate-limiter-token-bucket)
- [6 Practice rest, graphql, rpc, soap, etc..](./api-shapes)
- [7 Practice Goroutines](./goroutines)
- [8 Bleve search engine](./bleve-search)
- [9 jsonb in Postgres](./jsonb-postgresql)
- [10 Mark and Sweep algorithm](./mark-and-sweep)
- [11 Cloud Gaming](./cloud-gaming)
- [12 Build nested comments using stack](./nested-comments)