DEV Community

Richard Schloss
Richard Schloss

Posted on • Originally published at Medium on

Introduction to Nuxt Socket.IO

TL;DR — nuxt-socket-io is a module for the Nuxt framework that allows you to configure IO easily: that is, configure your socket.IO…

Continue reading on Medium »

Top comments (3)

Collapse
 
kp profile image
KP

@richardeschloss thank you! this is timely as I'm trying to learn real-time communication between client and server using vue/nuxt. Do you have a demo link of your application somewhere? That would be helpful before I spend time installing and configuring the repo.

Collapse
 
richardeschloss profile image
Richard Schloss • Edited

Hey @kp , thanks for the support. I've been meaning to put a demo online at [codesandbox, maybe?] but at the current time, the fastest way is to git clone and npm run dev:server to see the examples in action asap. There's also a "examples/rooms" branch which will show an [ugly but functional] chat rooms application (for anonymous users).

Collapse
 
kp profile image
KP

Thanks @richardeschloss ...I'll bookmark your post and come back to it later. I'm also following you and will keep an eye out for your posts on Nuxt!