Creative coding framework for distributed applications based on Web technologies.
BSD 3-Clause "New" or "Revised" License
114
stars
7
forks
source link
[template-helpers] propose default QoS for node clients and server #21
Closed
b-ma closed 1 year ago
description
We could have:
import initQoS from '@soundworks/template-helpers/client/init-qos-browser.js';
import initQoS from '@soundworks/template-helpers/client/init-qos-node.js';
import initQoS from '@soundworks/template-helpers/server/init-qos.js';
Even better would be to hide
init-qos-browser.js
andinit-qos-node.js
behind the sameinit-qos.js
file, it would not require a major versionexamples
node clients
server
we could at least have something like: