Submissions repository for ASOC13
- https://github.com/acm-avv/grokverse.rfc
Note
All discussions regarding ASOC13: Gamified 2D Metaverse Working Spaces
shall take place at https://github.com/orgs/acm-avv/discussions/21
In-order to be eligible to work on this project as Request for Code under the banner of Amrita Summer of Code, 2025, you are required to form a team of size 1-4 and have all the members register at amsoc.vercel.app
"Name": "HarishGM, Tharun Kumarr A",
"Year": "3rd and 4th",
"Roll": "CB.SC.U4CSE23027, CB.EN.U4CSE22253",
"GitHub": "@GMHarish285, @TharunKumarrA",
Type out a message with the following details at https://github.com/orgs/acm-avv/discussions/21:
- Team Name
- Team Members' Names, Roll-Numbers and respective GitHub usernames
- Tag the project manager as @username
- Keep all discussions limited to this discussion channel by tagging the project manager via @username
- Do not try to contact the project manager personally unless they are open to it.
- Maintain decorum and avoid any misbehavior with the project manager. This can be subjected to disqualification.
- Send us an update every week with regards to your progress for your respective project. If we do not receive an update for more than 10 days then your team will be disqualified automatically.
- A platform similar to https://gather.town
- Use
PhasorJS
to build out the 2D animated components WebSockets
andWebRTC
for chats and video servers- REST API servers for auth, creating new spaces, inviting people to a space
- Would be interesting to see editable / extendable workspaces with an inventory of decoratives
- Use
React.js
and rely on React Server Components viaTanstack
if SSR is required due to the heavy rendering nature of this application. AvoidNext.js
bloat at all costs and useTanstack Router
,Query
,Store
andForms
- Keep the backend in
Golang
as there is great support forWebsockets
(Gorilla/websockets
) andWebRTC
(pion/webrtc
) and API (gin-gonic
) - A combination of SQL and NoSQL databases would make sense here. Would love to see people building with
MongoDB
orCassandra
along withPostgreSQL
.