CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/hub/run/hub.js
Views: 687
1
#!/usr/bin/env node
2
3
/*
4
* This file is part of CoCalc: Copyright © 2021 Sagemath, Inc.
5
* License: MS-RSL – see LICENSE.md for details
6
*/
7
8
require("@cocalc/hub/hub");
9
10