Start real-time collaboration for wysiwyg; flitter sockets
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-02 15:12:29 -06:00
parent 157283a1cc
commit 282331d788
6 changed files with 326 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
module.exports = exports = {
prefix: '/api/v1/socket',
middleware: [],
socket: {
'/norm-editor': [
'controller::socket:NormEditor',
],
'/norm-editor/.websocket': [
'controller::socket:NormEditor',
],
}
}