playfulprogramming / playfulprogramming/hoof
Create NodeJS Worker for Discord Communication
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 7
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 23
Description
As we're looking to add Discord communication to our server to do SSR, we need to:
- Add env vars: https://github.com/playfulprogramming/playfulprogramming/pull/1241/files#diff-a3046da0d15a27e89f2afe639b25748a7ad4d9290af3e7b1b6c1a5533c8f0a8c
- Add
discord.jspackage - Add socket.io connection to open comms
- Prevent anybody from connecting to this socket.io connection, only our SSR
Related code: https://github.com/playfulprogramming/playfulprogramming/pull/1241
Related issue: #3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing related pull request #1241 and issue #3, then inspect the repository entry points for the server and SSR communication. Confirm the required environment variables, Discord worker, socket.io connection, and restriction that only SSR can connect; done means these requirements are implemented and the connection is inaccessible to other clients.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- api, backend, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100