1d62c9c695
Refactor smartsocket implementation for improved WebSocket handling and message protocol
...
- Updated test files to use new testing library and reduced test cycles for efficiency.
- Removed dependency on smartexpress and integrated direct WebSocket handling.
- Enhanced Smartsocket and SmartsocketClient classes to support new message types and authentication flow.
- Implemented a new message interface for structured communication between client and server.
- Added external server support for smartserve with appropriate WebSocket hooks.
- Improved connection management and error handling in SocketConnection and SocketRequest classes.
- Cleaned up code and removed deprecated socket.io references in favor of native WebSocket.
2025-12-03 02:20:38 +00:00
6753a4fefc
fix(core): update
2023-09-09 23:32:12 +02:00
c8556355c0
fix(core): update
2023-07-21 03:53:41 +02:00
7bbcc91300
fix(core): update
2022-12-28 13:52:16 +01:00
75bd7a9175
fix(core): update
2022-03-24 12:52:28 +01:00
966d953aff
BREAKING CHANGE(switch to esm): update
2022-03-14 22:40:55 +01:00
7c98e19988
fix(core): update
2022-01-20 16:50:25 +01:00
a7b14cd383
fix(core): update
2022-01-19 19:52:14 +01:00
4e7455fa26
fix(core): update
2022-01-19 19:05:44 +01:00
9435796333
fix(core): update
2022-01-19 18:36:13 +01:00
da78da27e5
fix(core): update
2022-01-19 15:34:52 +01:00
f9f6975b87
fix(core): update
2022-01-19 08:05:06 +01:00
489ad9284b
fix(core): update
2022-01-19 07:01:58 +01:00
544277cb8a
fix(core): update
2022-01-18 17:10:46 +01:00
d72310ce10
fix(core): update
2021-01-28 01:39:23 +00:00
be38e91548
fix(core): update
2021-01-28 01:31:42 +00:00
08d7224016
fix(core): update
2021-01-28 01:30:27 +00:00
df43bc2974
fix(core): update
2021-01-23 04:12:55 +00:00
bc187b7e41
fix(core): update
2020-12-26 17:43:19 +00:00
4c211bc82e
fix(test): use @pushrocks/isohash instead of @pushrocks/smarthash in tests
2020-12-22 00:18:59 +00:00
1a44d2027c
fix(core): update
2020-12-16 02:20:28 +00:00
57c748657a
fix(core): update
2020-12-16 01:38:57 +00:00
57e6f058be
fix(core): update
2020-09-24 18:04:11 +00:00
eb181fa2f6
fix(core): update
2019-11-03 18:33:46 +01:00
29597daba1
fix(core): update
2019-09-09 23:58:32 +02:00
1fa4aca049
fix(core): update
2019-09-09 16:20:43 +02:00
0d94ed9345
fix(core): update
2019-08-13 11:36:31 +02:00
33c0fa3746
fix(core): update
2019-08-13 09:37:23 +02:00
e75d5eabdb
fix(core): update
2019-08-12 22:46:57 +02:00
1bd39d0755
fix(core): update
2019-08-12 22:45:58 +02:00
33fbabdd72
fix(core): update
2019-08-12 22:31:40 +02:00
1b20aa5992
fix(core): update
2019-05-02 11:46:36 +02:00
1856ad5cfc
fix(core): update
2019-04-24 18:30:56 +02:00
f145b85b1c
fix(core): update
2019-04-24 17:57:16 +02:00
d296064bfa
fix(structure): update to latest standards
2019-01-30 03:14:02 +01:00
aef4f9c591
now working as expected
2018-03-19 10:00:11 +01:00
483cb38175
start transitioning to better SocketFunction handling
2018-03-18 17:50:37 +01:00
02e17a52c3
update to latest standards
2018-03-15 02:29:40 +01:00
0b6929af8f
update to newest version
2017-10-09 03:06:09 +02:00
dd31eea263
update tests
2017-07-07 22:10:03 +02:00
02065e36a6
update to latest standards
2017-07-07 22:02:19 +02:00
47ca497d48
improve README
2016-09-26 00:23:17 +02:00
62b36ab859
fix scoping of socket roles
2016-09-05 00:34:09 +02:00
c81a41b365
now authenticating sockets by checking the password hash
2016-08-16 04:48:42 +02:00
84f33fa447
now working in both directions so mesh setups work.
2016-08-15 02:36:17 +02:00
7f0fff0bf4
updated tests. Data now flows correctly between socket endpoints
2016-08-15 01:38:28 +02:00
bd8697ac6e
reconnect is now working
2016-08-14 22:17:55 +02:00
7b2b2bd151
updated structure
2016-08-14 03:25:26 +02:00
8dfc39be75
update tests
2016-08-12 05:57:32 +02:00
ab2196fd5f
update tests:
...
starting with updating tests to use both server and client side to mimic operation
2016-08-12 05:56:40 +02:00