max-mapper / max-mapper/requirebin
Where are the libraries loaded and where does the execution take place?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 389
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I think playgrounds such as jsbin, jsfiddle execute the code in the browser. However, I am wondering if it is the case for requirebin.
After users write code in the textarea and launch run, does the execution takes place in the server of requirebin or in users' browser? And the libraries are loaded in the server of requirebin or in users' side?
I want to know this, because if this takes place in the server, when there are many users who use requrebin at the same time, is it supposed to be slow?
Thanks
Tie
Contributor guide
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
The issue names no files, tests, or entry points. Inspect the project entry points to determine whether submitted code and NPM libraries are handled in the browser or on the server, then document the execution and loading locations and any relevant scaling implications.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100