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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Code collab for teaching non-CS majors web JavaScript/HTML/CSS?

2 点作者 y3sh超过 3 年前
I teach a college-level intro to html&#x2F;css&#x2F;js to mostly business majors. We can get by with VSCode doing livereload on a single machine or liveshare on multiple machines, but not both because Univ IT blocks liveshare&#x27;s public port broadcast. Teaching them Git would burn 1-2 class sessions, but might be worth it -- not sure.<p>Is there a way to satisfy these reqs?<p>1. Provides live-sharing (2+ students code from separate machines in the same file)<p>2. Supports auto-reload on each machine without public port binding (Univ IT blocks port broadcast)<p>3. Is an IDE or IDE extension<p>4. Keeps some sort of version history<p>5. Syncs a local copy of the files on each machine* (nice to have)

2 条评论

lwz7512超过 3 年前
codesandbox might be you want:<p><a href="https:&#x2F;&#x2F;codesandbox.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codesandbox.io&#x2F;</a>
high_byte超过 3 年前
also glitch.com is pretty sweet!