Commit Graph

16 Commits

Author SHA1 Message Date
953907b197 v.0.3.3 2022-12-10 21:51:54 +01:00
83a05c763c !fixed bug with wrong serializatin version causing internal comliler error in js/IR 2022-12-10 18:12:42 +01:00
19b91c0470 +exception registry could be extended from inside adapter and transport
+if websock is already initialized in the server, ignore an error
2022-12-10 14:07:10 +01:00
07f9e720a1 !refactored session to WithAdapter based to propery run many connections on the server 2022-09-28 00:19:07 +03:00
f455f2b955 +async commands allow adapter access (remote calls) from command handlers. 2022-09-27 16:06:06 +03:00
b68da9237a +versions 2022-09-14 04:12:54 +03:00
da1289e3be +exception registration sugar 2022-09-08 14:49:03 +03:00
39aa031bf0 +client.reconnect() 2022-09-08 12:03:40 +03:00
a671414b55 readme added 2022-09-08 09:21:33 +03:00
0ed084aeee some docs 2022-09-08 08:40:24 +03:00
ceb6ea53db better naming & interface for 3.1 2022-09-07 22:46:59 +03:00
b35ca92e48 added simple realtime server and client code (over ws0 2022-09-07 22:38:21 +03:00
0cfe95d4f4 simplified adapter/command logic, adapeter builder introduced 2022-09-07 20:23:33 +03:00
32280ffc61 added extendable serialized exeptions handling registry 2022-09-07 12:24:49 +03:00
db7a85fb7b binary command protocol minimalistic test 2022-09-07 11:45:06 +03:00
5b94ab1bfd initial commit, lets start 2022-08-25 23:16:22 +03:00