This website requires JavaScript.
Explore
Docs
Blog
Community
Main Website
Help
Sign In
push.rocks
/
smartsocket
Watch
3
Star
0
Fork
0
You've already forked smartsocket
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d75486ac6e3f9ffd9b4f5091a29839c5f94ee923
smartsocket
/
ts
/
interfaces
/
index.ts
4 lines
89 B
TypeScript
Raw
Normal View
History
Unescape
Escape
BREAKING CHANGE(switch to esm): update
2022-03-14 22:40:55 +01:00
export
*
from
'./connection.js'
;
export
*
from
'./tag.js'
;
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
export
*
from
'./message.js'
;
Reference in New Issue
Copy Permalink