Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Is there a way to get Server Reference inside SolidStart? or other way to use webSockets - SolidJS
S
SolidJS
โข
3y ago
Dakotys
Is there a way to get Server Reference inside SolidStart? or other way to use webSockets
I just want to know if there is way to get to server reference that would be usable inside Socket
.io
. Or if there is other way to use WebSockets
.
Server reference used to be inside FetchEvent
:
https://github.com/solidjs/solid-start/issues/1017
,
https://github.com/solidjs/solid-start/pull/1018
.
Inside event object are now
:
[
'request
'
,
'response
'
,
'clientAddress
'
,
'locals
'
,
'nativeEvent
'
]
. This is example utilizing it in older version of SolidStart
:
https://github.com/Mirza-Glitch/solid-start-socket.io
.
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Solidstart and websockets
S
SolidJS / support
2y ago
Websockets in SolidStart Example
S
SolidJS / support
2y ago
is there a way to disable default lazy loading for routes in solidstart?
S
SolidJS / support
2y ago
Which way to go? Solid Router's action or SolidStart server function
S
SolidJS / support
2y ago