1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-socket.io/pages
Bünyamin Benny Genel 6ed2da4575 with-socket.io Example updated with _app.js (#4644)
with-socket.io example was using a single index file and was managing connection in there. This would lead handling connection (disconnecting and reconnecting) in each added page.

I updated example with addition of `_app.js` and handled connection in there. This helped only subscribing to event in page and maintaining connection throughout example.
2018-06-23 22:17:37 +02:00
..
_app.js with-socket.io Example updated with _app.js (#4644) 2018-06-23 22:17:37 +02:00
clone.js with-socket.io Example updated with _app.js (#4644) 2018-06-23 22:17:37 +02:00
index.js with-socket.io Example updated with _app.js (#4644) 2018-06-23 22:17:37 +02:00