TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Repl.it Multiplayer

473 点作者 rozhok超过 6 年前

39 条评论

lgessler超过 6 年前
Really cool, Repl.it is the best online bite-sized programming platform I&#x27;ve ever used. The breadth of languages offered is surprising (Brainfuck and Scheme?!), and things I would have thought wouldn&#x27;t be supported were supported.<p>I say this in spite of an excruciating experience I had a few weeks ago where I led a Python for absolute beginners day-long workshop. I had tried Repl.it before writing the course materials and was mind-blown at how everything just worked, including the filesystem, which I needed for downloading NLTK modules. I decided to design the materials around Repl.it, letting me spare the class the possibly excruciating and definitely not fun experience of downloading and configuring Python and an IDE. Unfortunately, on the day of the workshop, Repl.it just didn&#x27;t work for half the class, and for most of the rest, it was really, really slow. Hopefully this was just a hiccup.
评论 #18624739 未加载
评论 #18626198 未加载
评论 #18625903 未加载
评论 #18624760 未加载
评论 #18627203 未加载
sytse超过 6 年前
I wonder what technology Repl.it is using for the multiplayer. VS code has a live coding plugin, is this what is used?<p>Disclosure: I’m the CEO of GitLab and we’re looking at live coding ourselves as well.
评论 #18626046 未加载
评论 #18624996 未加载
评论 #18640220 未加载
评论 #18625026 未加载
krrrh超过 6 年前
This is really cool.<p>Bit of an aside: I used to take notes and share code using SubEthaEdit which pioneered this sort of collaborative editing over a decade ago. While it’s now pretty normal to see students taking collaborative notes in classes using Google Docs (and etherpad before it was acquired by Google to improve the experience in Docs), it was astonishing a decade ago. I recall spontaneously loading it up at an early Rails conference and taking notes with a bunch of strangers (it advertises open docs over the LAN). It was a noteworthy enough experience that one of the collaborators blogged about it. [1]<p>It was heartening to learn that SubEthaEdit was made free and open-sourced a week ago. [2]<p>[1] Alas, the coloured formatting didn’t survive the blogrot <a href="http:&#x2F;&#x2F;www.zenspider.com&#x2F;ruby&#x2F;2006&#x2F;04&#x2F;canadaonrails-day-1-shared-notes.html" rel="nofollow">http:&#x2F;&#x2F;www.zenspider.com&#x2F;ruby&#x2F;2006&#x2F;04&#x2F;canadaonrails-day-1-sh...</a><p>[2] <a href="https:&#x2F;&#x2F;subethaedit.net" rel="nofollow">https:&#x2F;&#x2F;subethaedit.net</a>
评论 #18624301 未加载
evv超过 6 年前
Way to go, repl.it team!<p>Hard to believe 7 months have already gone by since I was working with you on this prototype! I took a peek at some of the websocket messages, and I&#x27;m glad to see its come a long way since I last saw it :-D<p>This launch seems to perfectly cover the vision of collaborative coding that the repl.it community has been clamoring for!
评论 #18624617 未加载
评论 #18624607 未加载
dfcowell超过 6 年前
&gt; The fact that everyone shares the same compute infrastructure means they all see the same errors and the same output — this is crucial for collaboration and something that we&#x27;ve found to be lacking from existing IDE&#x27;s that support &quot;collaboration&quot;.<p>What does this do that VS Live Share [1] in VS Code doesn’t? Seems like port sharing + tty sharing has this covered.<p>1. <a href="https:&#x2F;&#x2F;visualstudio.microsoft.com&#x2F;services&#x2F;live-share&#x2F;" rel="nofollow">https:&#x2F;&#x2F;visualstudio.microsoft.com&#x2F;services&#x2F;live-share&#x2F;</a>
评论 #18625554 未加载
kovek超过 6 年前
Awesome! A few times I&#x27;ve had to code together with my girlfriend and went for repl.it as a reflex, checked if it supported this feature or not because it seemed like it could! (Great (free??) product!) We would then use cloud9, but now it seems like that won&#x27;t be necessary!!
评论 #18624865 未加载
评论 #18624717 未加载
filleokus超过 6 年前
This is really cool! I oftentimes use repl.it to explain a concept or something to friends learning programming, this will be really helpful!<p>Since people are recommending other multiplayer-stuff I&#x27;ll recommend Live Share for VS Code [0]. It is so useful that I&#x27;ve shifted to VS Code (with my teammates) for some projects just for the live sharing. I&#x27;ve tried Floobits (to be able too keep my regular editor), but that seems much more elaborate with persistent &quot;projects&quot; which is not really a fit for my more casual use case.<p>[0]: <a href="https:&#x2F;&#x2F;visualstudio.microsoft.com&#x2F;services&#x2F;live-share&#x2F;" rel="nofollow">https:&#x2F;&#x2F;visualstudio.microsoft.com&#x2F;services&#x2F;live-share&#x2F;</a>
abcdcba超过 6 年前
Cool to see these pair programming products coming out recently. Party Reply is very cool as well.
评论 #18623555 未加载
streulpita超过 6 年前
This is really cool. I dreamed of something like this back when I first started coding in college, but there wasn&#x27;t really anything available that could do the job.
评论 #18623969 未加载
bwood超过 6 年前
I just signed up because I wanted to be able to clone a git repo into a repl and pair program as needed. There doesn&#x27;t appear to be an easy way to do this, I figured it would be the obvious feature especially with the GitHub login option.<p>Apparently it is do-able with a little effort, but man I&#x27;d love for this to be a standard feature. &quot;Hey Jim, I just pushed to the funky-broken branch, can you take a look and help me solve it?&quot;<p><a href="https:&#x2F;&#x2F;tra38.github.io&#x2F;blog&#x2F;deploying-github-repos-onto-repl-it.html" rel="nofollow">https:&#x2F;&#x2F;tra38.github.io&#x2F;blog&#x2F;deploying-github-repos-onto-rep...</a>
评论 #18624033 未加载
评论 #18624826 未加载
orliesaurus超过 6 年前
Been using repl.it for so many years, glad to see it&#x27;s finally getting the attention (and new features) it deserves!
评论 #18624797 未加载
rozhok超过 6 年前
This is super-cool tool for performing tech interviews. I&#x27;ve used a coderpad.io in the past (as interviewer) but they have way too high prices for the amount of interviews I&#x27;ve performed.<p>So when I&#x27;ve run out of free pads I&#x27;ve switched to repl.it + screen sharing, but it&#x27;s not the same as simultaneous editing.<p>Really happy with it.
评论 #18622922 未加载
vram22超过 6 年前
Here are some online programming sites similar to repl.it (not for the multiplayer part though) that I had come across, blogged about, and mentioned on HN some weeks ago:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18277513" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18277513</a>
Retroity超过 6 年前
This is really cool! I&#x27;ve always dreamed of something like Google Docs for programmers.
评论 #18629253 未加载
评论 #18624330 未加载
anderspitman超过 6 年前
Very cool. This looks almost perfect for having a shared environment for teaching my nephews how to make browser games. Only issue is it appears the multiplayer sessions are not persistent? ie what I really need is a shared project where different participants can log in and hack on it as they have time, but also pair if someone runs into a problem and needs realtime help fixing it. I think cloud9 works this way. @amasad Any chance of repl.it supporting this case in the future (or maybe it alread y does and I&#x27;m missing it)? This is something I would gladly pay a subscription for.
HelloFellowDevs超过 6 年前
It&#x27;s funny that I had just used it in class 2 days ago. It&#x27;s such a great way to communicate and work on a project without actively disrupting a lecture that is actually unrelated to the code we were writing.
评论 #18624647 未加载
abarrettwilsdon超过 6 年前
Very cool to see this launch! I beta tested Multiplayer a few short weeks ago, and it looks like it&#x27;s improved quite a bit since then
评论 #18624845 未加载
arendtio超过 6 年前
I wish there was a service which allowed collaborative code editing without registration&#x2F;an account. Some years ago I used Gobby&#x2F;Sobby [0] for such use-cases but using a website would make the whole thing much easier than having to install some software first.<p>[0]: <a href="https:&#x2F;&#x2F;gobby.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gobby.github.io&#x2F;</a>
评论 #18637685 未加载
lerax超过 6 年前
This is so good! Since codeshare turns too unstable and cloud9 it&#x27;s a little cumbersome to use, having this alternative is amazing.
评论 #18624635 未加载
mihaifm超过 6 年前
What is the text editor behind repl.it? Is it custom made or does it use any open source browser editor? It’s really good.
petters超过 6 年前
I got inconsistent state that never resolved: <a href="https:&#x2F;&#x2F;user-images.githubusercontent.com&#x2F;772305&#x2F;49634210-52bd1b80-f9fc-11e8-813c-1f3b362456e5.PNG" rel="nofollow">https:&#x2F;&#x2F;user-images.githubusercontent.com&#x2F;772305&#x2F;49634210-52...</a><p>This was on the first try. :-(
评论 #18625841 未加载
sathishmanohar超过 6 年前
I am excited about all those bugs everyone will add in real time. This is going to be fun.
Myrmornis超过 6 年前
I wonder whether there&#x27;s ever been much momentum within google to add programming language modes to google docs. It must have been suggested plenty of times internally. I mean, I hope not, for the sake of smaller companies like repl.it.
评论 #18624881 未加载
JJseiko超过 6 年前
I&#x27;ve been using Repl.it&#x27;s Multiplayer to teach people Python, I recommend it!
评论 #18624810 未加载
SquishyPanda23超过 6 年前
Heh, I don&#x27;t know how this keeps happening, but I literally just had this idea today. I almost sent it to a friend who&#x27;s looking for project ideas, but I&#x27;m super glad repl.it is building it. This looks great.
评论 #18625019 未加载
joowani超过 6 年前
This is cool. By the way I just tried it and ran a simple infinite loop (in Python) and the whole page goes unresponsive and I don&#x27;t seem to have a way to terminate the process?
评论 #18625046 未加载
评论 #18626890 未加载
kuu超过 6 年前
I wanted to build something like this for a long time, but I never figured out the best tech &amp; architecture to make it. I&#x27;m looking forward for a technical post :)
troynt超过 6 年前
I like Repl.it, but recently some of my files got mixed&#x2F;lost. Be sure to backup. Would be cool if files were automatically mirrored to git.
jakeinspace超过 6 年前
This seems like it might be useful for hackathons, especially when working with team members who aren&#x27;t well-versed in git or virtualenv.
评论 #18624834 未加载
artursapek超过 6 年前
Congrats, Amjad. I enjoy seeing Repl.it continue to pop up on HN years later. Keep on keeping on.
adamnemecek超过 6 年前
How is this implemented?
评论 #18624546 未加载
评论 #18624312 未加载
deepu256超过 6 年前
Super cool. Really wish Dart is supported on Repl.it
评论 #18625428 未加载
avdemidov超过 6 年前
Best app for private lessons ever!
deepnet超过 6 年前
Can my team run Godot on this ?
评论 #18625552 未加载
nhooyr超过 6 年前
coder.com is a similar tool.
umen超过 6 年前
what server architecture was used for the real time collaboration ?
d2161超过 6 年前
Fuck yeah
评论 #18625318 未加载
black-tea超过 6 年前
Cool. Something that has been possible with GNU screen for decades.
评论 #18629283 未加载
评论 #18626966 未加载
decebalus1超过 6 年前
Cool. Most likely it will only be used for technical interviews.
评论 #18624029 未加载
评论 #18624914 未加载