actionhero / actionhero

Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
https://www.actionherojs.com
Apache License 2.0
2.4k stars 259 forks source link

Remove `socket` server from ActionHero core; move to a plugin #1330

Closed evantahler closed 5 years ago

evantahler commented 5 years ago

Usage for the 'socket' server in Actionhero is low (slack thread: https://actionherojs.slack.com/archives/C04EVSUSD/p1567476416040700). In order to keep the core of Actionhero small, we should remove the socket server from the core project into a plugin. This would require moving:

We would also need a good way to host the documentation for the plugin (is the README enough?)

evantahler commented 5 years ago

closing in favor of PR https://github.com/actionhero/actionhero/pull/1349